*** empty log message ***
This commit is contained in:
15
h/bc_string.h
Normal file
15
h/bc_string.h
Normal file
@@ -0,0 +1,15 @@
|
||||
#
|
||||
|
||||
/* $Header$ */
|
||||
|
||||
/* Strings are allocated in a fixed string descriptor table
|
||||
** This mechanism is used to avoid string copying as much as possible
|
||||
*/
|
||||
|
||||
typedef struct{
|
||||
char *strval;
|
||||
int strcount;
|
||||
int strlength;
|
||||
} String;
|
||||
|
||||
#define MAXSTRING 1024
|
||||
Reference in New Issue
Block a user