Choco OS  V.0.16.9.0
Join to the chocolate world
oc_ifnot.h
Go to the documentation of this file.
1 
28 #ifndef SYSTEM_LIBRARIES_INC_OC_IFNOT_H_
29 #define SYSTEM_LIBRARIES_INC_OC_IFNOT_H_
30 
31 #define ifnot(Condition) if( !(Condition) )
32 
33 #endif /* SYSTEM_LIBRARIES_INC_OC_IFNOT_H_ */