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