/* STR_VDEF.C (STRINGS.H) VARIABLE DEFINITION MODULE COMMON C++ COMPILER EXTENSION gcc C Language version (C) 1998-2005 Digithell, Inc. */ #include "strings.h" struct _TOSTRINGBUF tsb; unsigned _maxstrlen=255; /* default maximum allowed string length */ char tool[2]; /* array as string */ char _NOSTRING[]=""; /* the null string is one byte long, so we */ /* can reduce the program size by referencing */ /* the same null string at all places */