Printing To Screen: Difference between revisions

Jump to navigation Jump to search
→‎printf and variable argument lists: Offer of PDCLib's kprint package.
[unchecked revision][unchecked revision]
(→‎Printing Strings: Added information about creating more advanced functions)
(→‎printf and variable argument lists: Offer of PDCLib's kprint package.)
Line 121:
An implementation of <tt>stdarg.h</tt> and <tt>printf()</tt> is available from geezer/osd ([http://my.execpc.com/~geezer/osd/code/inc/stdarg.h stdarg.h], [http://my.execpc.com/~geezer/osd/code/inc/_printf.h _printf.h], [http://my.execpc.com/~geezer/osd/code/tinylib/stdio/doprintf.c doprintf.c]).
 
Solar's [http://pdclib.rootdirectory.de Public Domain C Library] hasalso thoseprovides implementations. asThere wellis also a self-contained package (single source file, no dependencies other than a few GCC builtins) of <tt>kputc</tt>, <tt>kputs</tt> and <tt>kprintf</tt> to be found at that website.
 
== Troubleshooting ==
448

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu