ceptr
 All Data Structures Files Functions Variables Typedefs Macros Modules Pages
ceptr.h
1 
5 #ifndef _CEPTR_H
6 #define _CEPTR_H
7 
8 #define _GNU_SOURCE
9 #include <string.h>
10 #include <stdio.h>
11 
12 // #include <pthread.h>
13 #include <stdlib.h>
14 
15 #include "ceptr_error.h"
16 #include "semtable.h"
17 #include "tree.h"
18 #include "mtree.h"
19 #include "stream.h"
20 #include "util.h"
21 #include "debug.h"
22 #endif
semantic trees header file
streams abstraction header file
header file for table for coordinating meaning across a vmhost
semantic tree matrix header file ``