fixed error in declaration of sprintf

This commit is contained in:
ceriel 1988-07-28 18:18:29 +00:00
parent 0f63db8dd0
commit ce31ede8f0

View File

@ -7,7 +7,7 @@
#include "booth.h"
char *strncpy(), strcpy(), sprintf();
char *strncpy(), *strcpy(), *sprintf();
char * myalloc(n) {
register char *p;