llvm-mos-sdk
geos.h
Go to the documentation of this file.
1 /***********************************************************************
2  * geos.h
3  *
4  * This file contains definitions for use in GEOS applications
5  * with llvm-mos C compiler.
6  *
7  * Transcribed from geoProgrammer manual by DiSc.
8  *
9  ***********************************************************************/
10 
11 #ifndef GEOS_H
12 #define GEOS_H
13 
14 #include "geos_constants.h"
15 #include "geos_memorymap.h"
16 #include "geos_types.h"
17 #include "geos_symbols.h"
18 #include "geos_routines.h"
19 
20 #endif
21 
geos_routines.h
geos_types.h
geos_symbols.h
geos_constants.h
geos_memorymap.h