source:
CIVL/text/include/civlc.cvl@
7d23067
| Last change on this file since 7d23067 was 06d6af3, checked in by , 12 years ago | |
|---|---|
|
|
| File size: 358 bytes | |
| Line | |
|---|---|
| 1 | /* This header file contains the core definitions of the CIVL-C language, |
| 2 | * including standard types and function prototypes. |
| 3 | */ |
| 4 | |
| 5 | #ifdef __CIVLC_CIVL__ |
| 6 | #else |
| 7 | #define __CIVLC_CIVL__ |
| 8 | |
| 9 | #include <civlc.cvh> |
| 10 | |
| 11 | /* Completes the declaration of this type in civlc.cvh */ |
| 12 | struct __int_iter__ { |
| 13 | int size; |
| 14 | int content[]; |
| 15 | int index; //initialized as 0 |
| 16 | }; |
| 17 | |
| 18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
