From c4daab57eb48b7f20bd24e58e4397b6566844af8 Mon Sep 17 00:00:00 2001 From: keie Date: Mon, 21 Jan 1985 23:57:44 +0000 Subject: [PATCH] Added declaration of _newstr. --- h/bc_string.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/h/bc_string.h b/h/bc_string.h index 1e35bbf9..527b6fb1 100644 --- a/h/bc_string.h +++ b/h/bc_string.h @@ -12,4 +12,6 @@ typedef struct{ int strlength; } String; +String *_newstr() ; + #define MAXSTRING 1024