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