mirror of
https://github.com/Render96/Render96ex.git
synced 2025-01-23 08:12:31 -05:00
6 lines
92 B
C
6 lines
92 B
C
#ifndef STDIO_H
|
|
#define STDIO_H
|
|
|
|
extern int sprintf(char *s, const char *fmt, ...);
|
|
|
|
#endif
|