ack/modules/src/print
George Koehler 88207db638 Use <stdarg.h> in util/misc/convert.c
I made a syntax error in some .e file, and em_encode dumped core
because a 64-bit pointer didn't fit in a 32-bit int.  Now use stdarg
to pass pointers to error() and fatal().

Stop using the number of errors as the exit status.  Many systems use
only the low 8 bits of the exit status, so 256 errors would become 0.

Also change modules/src/print to accept const char *buf
2017-12-06 17:09:12 -05:00
..
build.lua Adjust dependencies in modules/src{print,string,system} 2017-11-10 17:56:42 -05:00
doprnt.c Use <stdarg.h> in util/misc/convert.c 2017-12-06 17:09:12 -05:00
format.c Use <stdarg.h> in util/misc/convert.c 2017-12-06 17:09:12 -05:00
fprint.c Use <stdarg.h> in util/misc/convert.c 2017-12-06 17:09:12 -05:00
param.h Header --> Id 1994-06-24 11:31:16 +00:00
print.3 Added prototyping stuff 1993-11-10 12:09:49 +00:00
print.c Use <stdarg.h> in util/misc/convert.c 2017-12-06 17:09:12 -05:00
print.h Use <stdarg.h> in util/misc/convert.c 2017-12-06 17:09:12 -05:00
sprint.c Use <stdarg.h> in util/misc/convert.c 2017-12-06 17:09:12 -05:00