Printing To Screen: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
Solar (talk | contribs)
→‎printf and variable argument lists: Offer of PDCLib's kprint package.
Solar (talk | contribs)
Offer taken back, technical problems.
Line 121: 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]).
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] also provides implementations. There is 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.
Solar's [http://pdclib.rootdirectory.de Public Domain C Library] has those implementations as well.


== Troubleshooting ==
== Troubleshooting ==