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