libc: remove sprintf()
This commit is contained in:
@@ -8,16 +8,8 @@
|
|||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define sprintf sprintf_
|
int snprintf(char *buffer, size_t count, const char *format, ...);
|
||||||
int sprintf_(char *buffer, const char *format, ...);
|
int vsnprintf(char *buffer, size_t count, const char *format, va_list va);
|
||||||
|
|
||||||
#define snprintf snprintf_
|
|
||||||
#define vsnprintf vsnprintf_
|
|
||||||
int snprintf_(char *buffer, size_t count, const char *format, ...);
|
|
||||||
int vsnprintf_(char *buffer, size_t count, const char *format, va_list va);
|
|
||||||
|
|
||||||
#define vprintf vprintf_
|
|
||||||
int vprintf_(const char *format, va_list va);
|
|
||||||
|
|
||||||
int fctprintf(void (*out)(char character, void *arg), void *arg, const char*format, ...);
|
int fctprintf(void (*out)(char character, void *arg), void *arg, const char*format, ...);
|
||||||
|
|
||||||
|
|||||||
1764
libc/stdio/printf.c
1764
libc/stdio/printf.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user