Files

7 lines
92 B
C
Raw Permalink Normal View History

2020-10-14 21:13:33 -07:00
#ifndef STDIO_H
#define STDIO_H
2024-08-28 01:47:39 +02:00
extern int sprintf(char* s, const char* fmt, ...);
2020-10-14 21:13:33 -07:00
#endif