git://scm.lunaixsky.com
/
lunaix-os.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
feat: shell and signal demo as loadable user executable
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
_mystdio.h
1
#ifndef __LUNAIX__MYSTDIO_H
2
#define __LUNAIX__MYSTDIO_H
3
4
#include <stdarg.h>
5
#include <stddef.h>
6
7
int
8
__vprintf_internal(char* buffer, char* fmt, size_t max_len, va_list vargs);
9
10
#endif /* __LUNAIX__MYSTDIO_H */