Choco OS
V.0.16.9.0
Join to the chocolate world
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
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_ */
Source
system
libraries
inc
oc_forif.h
Generated on Fri Oct 20 2017 19:56:09 for Choco OS by
1.8.11