Choco OS  V.0.16.9.0
Join to the chocolate world
oc_null.h
Go to the documentation of this file.
1 
28 #ifndef SYSTEM_LIBRARIES_NULL_OC_NULL_H_
29 #define SYSTEM_LIBRARIES_NULL_OC_NULL_H_
30 
31 #include <stddef.h>
32 
33 #ifndef NULL
34 
37 #define NULL ((void*)0)
38 #endif
39 
40 #ifndef oC_NULL
41 
44 #define oC_NULL NULL
45 #endif
46 
47 #define gen_point_value(TYPE,POINTER) ( *((TYPE*)POINTER) )
48 
49 #define oC_FROM_POINTER( TYPE , POINTER ) ( *((TYPE*)POINTER) )
50 
51 #endif /* SYSTEM_LIBRARIES_NULL_OC_NULL_H_ */