Explorar el Código

Added declaration of _newstr.

keie hace 39 años
padre
commit
09000449a4
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  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