git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Support to multi-threading and pthread interface (POSIX.1-2008) (#23)
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
includes
/
stdio.h
1
#ifndef __LUNAIX_USTDIO_H
2
#define __LUNAIX_USTDIO_H
3
4
#define stdout 0
5
#define stdin 1
6
7
extern int
8
printf(const char* fmt, ...);
9
10
#endif /* __LUNAIX_USTDIO_H */