|
|
Int and Double classes with ^int[] and ^double[]. fixed expr type
/* $Id: _string.h,v 1.1 2001/03/09 08:19:45 paf Exp $ */ #ifndef _STRING_H #define _STRING_H #include "pa_vclass.h" extern VClass *string_class; // global string class [^length[] & co] void initialize_string_class(Pool& pool); #endif