fputc_printable function nowhere to find

Cristian Ionescu-Idbohrn cristian.ionescu-idbohrn at axis.com
Sun Dec 30 11:20:13 UTC 2007


r20695 | vda | 2007-12-30 02:59:53 +0100 (Sun, 30 Dec 2007) | 13 lines
libbb: introduce fputc_printable (from ed)

Prototype is here:

include/libbb.h:void fputc_printable(int ch, FILE *file);

Called from:

editors/ed.c:                 fputc_printable(ch | PRINTABLE_META, stdout);
networking/netstat.c:         fputc_printable(*line++, stdout);

libbb/Kbuild suggests a printable.c:

lib-y += printable.o

but that file does not exist.


Cheers,

-- 
Cristian



More information about the busybox mailing list