Warning fix.
This commit is contained in:
parent
fac0764621
commit
fe3951d4ae
|
@ -16,6 +16,6 @@ typedef struct{
|
|||
int strlength;
|
||||
} String;
|
||||
|
||||
String *_newstr() ;
|
||||
extern String *_newstr(char* str);
|
||||
|
||||
#define MAXSTRING 1024
|
||||
|
|
Loading…
Reference in a new issue