git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
remove the includes that obsoleted since last refactoring
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
src
/
_mystdio.h
1
#ifndef __LUNAIX__MYSTDIO_H
2
#define __LUNAIX__MYSTDIO_H
3
4
#include <stdarg.h>
5
#include <sys/types.h>
6
7
int
8
__vprintf_internal(char* buffer,
9
const char* fmt,
10
size_t max_len,
11
va_list vargs);
12
13
#endif /* __LUNAIX__MYSTDIO_H */