fputc_printable function nowhere to find

Denys Vlasenko vda.linux at googlemail.com
Mon Dec 31 15:51:53 UTC 2007


On Sunday 30 December 2007 11:20, Cristian Ionescu-Idbohrn wrote:
> 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.

Fixed. Sorry.
--
vda



More information about the busybox mailing list