fixed error in declaration of sprintf

This commit is contained in:
ceriel 1988-07-28 18:18:29 +00:00
parent e1f4d01509
commit fb53750ee3

View file

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