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