mirror of
https://github.com/zeldaret/ph
synced 2026-05-23 23:05:17 -04:00
7 lines
116 B
C
7 lines
116 B
C
#ifndef _C_STDIO_H
|
|
#define _C_STDIO_H
|
|
|
|
int sprintf(char *__restrict s, const char *__restrict format, ...);
|
|
|
|
#endif
|