Warning fix.

This commit is contained in:
David Given 2018-06-23 11:14:49 +02:00
parent fac0764621
commit fe3951d4ae

View file

@ -16,6 +16,6 @@ typedef struct{
int strlength; int strlength;
} String; } String;
String *_newstr() ; extern String *_newstr(char* str);
#define MAXSTRING 1024 #define MAXSTRING 1024