Files
SammygoodTunes 16054a3b11 Update stdio.h
2025-04-13 12:20:33 +02:00

7 lines
116 B
C

#ifndef _C_STDIO_H
#define _C_STDIO_H
int sprintf(char *__restrict s, const char *__restrict format, ...);
#endif