OSDN Git Service

Fixed (hopefully) 0-pad bug in printf. Added asprintf function. Reworked
authorManuel Novoa III <mjn3@codepoet.org>
Sat, 27 Jan 2001 23:50:02 +0000 (23:50 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Sat, 27 Jan 2001 23:50:02 +0000 (23:50 -0000)
commitfdfb85cbcaae9dc06e6576235f120fdcf8f88066
tree292fb0df74cf3ca718798b9434bd49bce75f48c8
parent8b15b45ecc58d84f9d4a6bd91fc0675b446103b8
Fixed (hopefully) 0-pad bug in printf.  Added asprintf function.  Reworked
the *s*printf functions to no longer use a static fake file.
include/stdio.h
libc/stdio/Makefile
libc/stdio/printf.c