Added declaration of _newstr.
This commit is contained in:
parent
7f22afeb89
commit
c4daab57eb
@ -12,4 +12,6 @@ typedef struct{
|
||||
int strlength;
|
||||
} String;
|
||||
|
||||
String *_newstr() ;
|
||||
|
||||
#define MAXSTRING 1024
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user