ucx/test.h

changeset 120
8170f658f017
parent 103
08018864fb91
child 128
b79b1ce438dd
equal deleted inserted replaced
119:baa839a7633f 120:8170f658f017
50 * You may use multiple BEGIN-END blocks if you are aware of the 50 * You may use multiple BEGIN-END blocks if you are aware of the
51 * longjmp behaviour. 51 * longjmp behaviour.
52 * 52 *
53 */ 53 */
54 54
55 #ifndef TEST_H 55 #ifndef UCX_TEST_H
56 #define TEST_H 56 #define UCX_TEST_H
57 57
58 #include "ucx.h" 58 #include "ucx.h"
59 #include <stdio.h> 59 #include <stdio.h>
60 #include <string.h> 60 #include <string.h>
61 #include <setjmp.h> 61 #include <setjmp.h>
113 113
114 #ifdef __cplusplus 114 #ifdef __cplusplus
115 } 115 }
116 #endif 116 #endif
117 117
118 #endif /* TEST_H */ 118 #endif /* UCX_TEST_H */
119 119

mercurial