X-Git-Url: https://scm.lunaixsky.com/lunaix-os.git/blobdiff_plain/7515e526342f6ee07cbe92f5a458f1c2c4a1fcaf..55ed1283281df8f98b48a80c0ca989ba6fda5b7b:/lunaix-os/libs/klibc/stdio/sprintf.c diff --git a/lunaix-os/libs/klibc/stdio/sprintf.c b/lunaix-os/libs/klibc/stdio/sprintf.c index d357068..ade37bb 100644 --- a/lunaix-os/libs/klibc/stdio/sprintf.c +++ b/lunaix-os/libs/klibc/stdio/sprintf.c @@ -19,8 +19,6 @@ static const char flag_chars[] = "#0- +"; #define FLAG_ALT2 (1 << 8) #define FLAG_CAPS (1 << 9) -// FIXME: use something like IO_FILE to abstract this into a more flexible, -// stream based, vprintf size_t __sprintf_internal(char* buffer, char* fmt, size_t max_len, va_list vargs) {