Add stdio.h lib

This commit is contained in:
SammygoodTunes
2025-04-12 17:53:52 +02:00
parent a76a91ad13
commit e93fedad57
2 changed files with 8 additions and 5 deletions
+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