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