blob: bfaa77ef5b2828d43fadba56743acf885e8a26c5 (
plain)
1
2
3
4
5
6
|
/* JF changed to accept/deal with variable args.
DO NOT change this to use varargs. It will appear to work
but will break on systems that don't have the necessary library
functions. This is the ONLY safe way to write such a function. */
/*VARARGS1*/
#include <stdio.h>
|