Merge pull request #88 from SammygoodTunes/main

Add stdio.h to c libs
This commit is contained in:
Aetias
2025-04-20 08:27:54 +02:00
committed by GitHub
+6
View File
@@ -0,0 +1,6 @@
#ifndef _C_STDIO_H
#define _C_STDIO_H
int sprintf(char *__restrict s, const char *__restrict format, ...);
#endif