Choco OS  V.0.16.9.0
Join to the chocolate world
oc_forif.h
Go to the documentation of this file.
1 
27 #ifndef SYSTEM_LIBRARIES_FORIF_OC_FORIF_H_
28 #define SYSTEM_LIBRARIES_FORIF_OC_FORIF_H_
29 
54 #define forif( INITIALS , CONDITION , INCREMENTS ) \
55  if(CONDITION) for(INITIALS ; CONDITION ; INCREMENTS)
56 
57 #endif /* SYSTEM_LIBRARIES_FORIF_OC_FORIF_H_ */