git://scm.lunaixsky.com
/
lunaix-os.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
refactor: restructure the user space stuff.
[lunaix-os.git]
/
lunaix-os
/
usr
/
libc
/
_mystdio.h
diff --git
a/lunaix-os/usr/libc/_mystdio.h
b/lunaix-os/usr/libc/_mystdio.h
deleted file mode 100644
(file)
index
4f66563
..0000000
--- a/
lunaix-os/usr/libc/_mystdio.h
+++ /dev/null
@@
-1,13
+0,0 @@
-#ifndef __LUNAIX__MYSTDIO_H
-#define __LUNAIX__MYSTDIO_H
-
-#include <stdarg.h>
-#include <stddef.h>
-
-int
-__vprintf_internal(char* buffer,
- const char* fmt,
- size_t max_len,
- va_list vargs);
-
-#endif /* __LUNAIX__MYSTDIO_H */