mirror of
https://github.com/zeldaret/ph
synced 2026-06-13 22:05:24 -04:00
6 lines
115 B
C
6 lines
115 B
C
#ifndef _C_STDIO_H
|
|
#define _C_STDIO_H
|
|
|
|
int sprintf(char *__restrict s, const char *__restrict format, ...);
|
|
|
|
#endif |