Graphics source in C: hsalgs/error.c

Ken Turkowski ken at turtleva.UUCP
Fri Dec 16 12:40:23 AEST 1983


echo x - hsalgs/error.c
cat >hsalgs/error.c <<'!Funky!Stuff!'
# include <stdio.h>

error(fmt, arg1, arg2, arg3)
char *fmt;
int arg1, arg2, arg3;
{
	fprintf(stderr, fmt, arg1, arg2, arg3);
}
!Funky!Stuff!



More information about the Comp.sources.unix mailing list