fixed error in declaration of sprintf
This commit is contained in:
parent
e1f4d01509
commit
fb53750ee3
@ -7,7 +7,7 @@
|
||||
|
||||
#include "booth.h"
|
||||
|
||||
char *strncpy(), strcpy(), sprintf();
|
||||
char *strncpy(), *strcpy(), *sprintf();
|
||||
|
||||
char * myalloc(n) {
|
||||
register char *p;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user