summaryrefslogtreecommitdiff
path: root/dos/printf.c
Commit message (Collapse)AuthorAgeFilesLines
* Run Nindent on dos/printf.cH. Peter Anvin2009-05-291-235/+246
| | | | | | | | | Automatically reformat dos/printf.c using Nindent. Do this for all files except HDT, gPXE and externally maintained libraries (zlib, tinyjpeg, libpng). Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Across-the-board stealth whitespace cleanupH. Peter Anvin2006-05-031-23/+22
|
* Resurrect printf(), and create a library. This way we can use printf()hpa2004-12-181-0/+298
| | | | during debugging without having it linked in during production build.
* Adjust the interface to syslxmod.c so the DOS installer doesn't needhpa2004-12-151-297/+0
| | | | printf().
* Convert the DOS installer to C like everything else.hpa2004-12-151-0/+297