Added declaration of _newstr.
This commit is contained in:
parent
68644410fb
commit
09000449a4
1 changed files with 2 additions and 0 deletions
|
@ -12,4 +12,6 @@ typedef struct{
|
||||||
int strlength;
|
int strlength;
|
||||||
} String;
|
} String;
|
||||||
|
|
||||||
|
String *_newstr() ;
|
||||||
|
|
||||||
#define MAXSTRING 1024
|
#define MAXSTRING 1024
|
||||||
|
|
Loading…
Reference in a new issue