2020-12-20 21:25:59 +00:00

6 lines
89 B
C

#ifndef STDIO_H
#define STDIO_H
int sprintf(char *str, const char *format, ...);
#endif