473219b554
printc does not need the features or the overhead of printf. It does not take formatting strings, and it pipes the single string argument through an "%s" format. Instead, use putc directly. This pipes the string through in its entirety as a series of 'unsigned char's, generally straight to the console emulator. Discussed with: tsoome |
||
---|---|---|
.. | ||
float.h | ||
lerrno.c | ||
lerrno.h | ||
lfs.c | ||
lfs.h | ||
locale.h | ||
lstd.c | ||
lstd.h | ||
luaconf.h | ||
lutils.c | ||
lutils.h | ||
Makefile | ||
math.h |