Sfoglia il codice sorgente

Added declaration of _newstr.

keie 39 anni fa
parent
commit
09000449a4
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      h/bc_string.h

+ 2 - 0
h/bc_string.h

@@ -12,4 +12,6 @@ typedef struct{
 	int	strlength;
 	} String;
 
+String *_newstr() ;
+
 #define MAXSTRING 1024