This commit is contained in:
SammygoodTunes
2025-04-20 12:12:51 +02:00
parent b1c550822b
commit 60e6b90712
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
#ifndef _C_STDIO_H
#define _C_STDIO_H
extern int sprintf(char *__restrict s, const char *__restrict format, ...);
int sprintf(char *__restrict s, const char *__restrict format, ...);
#endif