/* This header file contains the core definitions of the CIVL-C language, * including standard types and function prototypes. */ #ifdef __CIVLC__ #else #define __CIVLC__ #include /* Completes the declaration of this type in civlc-common.cvh */ struct __int_iter__ { int size; int content[]; int index; //initialized as 0 }; #endif