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
feat: support user-spcae pci rescan
[lunaix-os.git]
/
lunaix-os
/
includes
/
klibc
/
stdio.h
diff --git
a/lunaix-os/includes/klibc/stdio.h
b/lunaix-os/includes/klibc/stdio.h
index d97f0285968d09e16bac247760d29b2157381280..f2c58db35dd2930d9007fe191cd8cedde27f75c2 100644
(file)
--- a/
lunaix-os/includes/klibc/stdio.h
+++ b/
lunaix-os/includes/klibc/stdio.h
@@
-4,10
+4,13
@@
#include <stddef.h>
size_t
#include <stddef.h>
size_t
-__sprintf_internal(char* buffer, char* fmt, size_t max_len, va_list vargs);
+__ksprintf_internal(char* buffer,
+ const char* fmt,
+ size_t max_len,
+ va_list vargs);
size_t
size_t
-sprintf(char* buffer, char* fmt, ...);
+
k
sprintf(char* buffer, char* fmt, ...);
size_t
size_t
-snprintf(char* buffer, size_t n, char* fmt, ...);
+
k
snprintf(char* buffer, size_t n, char* fmt, ...);
#endif /* __LUNAIX_STDIO_H */
#endif /* __LUNAIX_STDIO_H */