projects
/
mes.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
52a2c18037bc73f052d06765cc55ad1e6acd5a98
[mes.git]
/
libc
/
include
/
stdio.h
1
#ifndef __STDIO_H
2
#define __STDIO_H 1
3
4
int printf (char const* format, ...);
5
6
#endif // __STDIO_H