Coconut Framework  beta
CNTextUtil.h
Go to the documentation of this file.
1 
8 #ifndef CNTEXTUTIL_H
9 #define CNTEXTUTIL_H
10 
11 #include <stdio.h>
12 
18 void
19 CNTextPrintIndent(FILE * outfp, unsigned int level) ;
20 
21 #endif /* CNTEXTUTIL_H */
22 
void CNTextPrintIndent(FILE *outfp, unsigned int level)
Print indent.