dk64/include/libc/stdio.h
2023-07-25 12:41:38 +09:30

7 lines
92 B
C

#ifndef STDIO_H
#define STDIO_H
extern int sprintf(char *s, const char *fmt, ...);
#endif