Update stdio.h

This commit is contained in:
SammygoodTunes
2025-04-13 12:20:33 +02:00
committed by GitHub
parent 18af19e0ac
commit 16054a3b11
+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