mirror of
https://github.com/zeldaret/ph
synced 2026-07-12 22:55:30 -04:00
Update stdio.h
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user