SCM Repository
Diff of /branches/vis12/src/compiler/c-util/fragments/lib-interface-head.in
Parent Directory
|
Revision Log
|
Patch
revision 1823, Wed Apr 11 14:22:05 2012 UTC | revision 1824, Wed Apr 11 15:49:51 2012 UTC | |
---|---|---|
# | Line 14 | Line 14 |
14 | #define @DIDEROT_FLOAT_PRECISION@ | #define @DIDEROT_FLOAT_PRECISION@ |
15 | #define @DIDEROT_INT_PRECISION@ | #define @DIDEROT_INT_PRECISION@ |
16 | #define @DIDEROT_TARGET@ | #define @DIDEROT_TARGET@ |
17 | #include "Diderot/diderot.h" | |
18 | #if defined(HAVE_STDBOOL_H) | |
19 | # include <stdbool.h> | |
20 | #elif !defined(__bool_true_false_are_defined) | |
21 | # ifndef HAVE__BOOL | |
22 | # ifdef __cplusplus | |
23 | typedef bool _Bool; | |
24 | # else | |
25 | # define _Bool signed char | |
26 | # endif | |
27 | # endif | |
28 | # define bool _Bool | |
29 | # define false 0 | |
30 | # define true 1 | |
31 | # define __bool_true_false_are_defined 1 | |
32 | #endif | |
33 | ||
34 | #include <stdint.h> | |
35 | #include <string.h> | |
36 | #include "teem/nrrd.h" | |
37 | ||
38 | #ifdef __cplusplus | |
39 | extern "C" { | |
40 | #endif | |
41 | ||
42 | typedef struct @PREFIX@struct_world @PREFIX@World_t; | typedef struct @PREFIX@struct_world @PREFIX@World_t; |
|
root@smlnj-gforge.cs.uchicago.edu | ViewVC Help |
Powered by ViewVC 1.0.0 |