mirror of
https://github.com/zeldaret/ph
synced 2026-06-10 20:58:33 -04:00
Add stdio.h lib
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
#ifndef _C_STDIO_H
|
||||
#define _C_STDIO_H
|
||||
|
||||
extern int sprintf(char *__restrict s, const char *__restrict format, ...);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user