Add stdio.h to c libs

This commit is contained in:
SammygoodTunes
2025-04-12 18:04:36 +02:00
committed by GitHub
parent abc53b54ec
commit 18af19e0ac
+6
View File
@@ -0,0 +1,6 @@
#ifndef _C_STDIO_H
#define _C_STDIO_H
extern int sprintf(char *__restrict s, const char *__restrict format, ...);
#endif