mirror of
https://github.com/encounter/ph.git
synced 2026-03-30 11:34:37 -07: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
|