git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
0ef2e146fa2211b1a2fee357c7cb9e2271ea4e6e
[lunaix-os.git]
/
lunaix-os
/
usr
/
includes
/
stdio.h
1
#ifndef __LUNAIX_USTDIO_H
2
#define __LUNAIX_USTDIO_H
3
4
#define stdout 0
5
#define stdin 1
6
7
int
8
printf(const char* fmt, ...);
9
10
#endif /* __LUNAIX_USTDIO_H */