mes/libc/include/stdio.h

7 lines
98 B
C

#ifndef __STDIO_H
#define __STDIO_H 1
int printf (char const* format, ...);
#endif // __STDIO_H