CLISH  0.7.3
dump.h
1 /*
2  * dump.h
3  */
14 #ifndef _lub_dump_h
15 #define _lub_dump_h
16 
17 #include <stdarg.h>
18 /*=====================================
19  * DUMP INTERFACE
20  *===================================== */
34  /*lint -esym(534,lub_dump_printf) Ignoring return value of function */
35 int
40  const char *fmt, ...
41  );
55 void
56  lub_dump_indent(void);
70 void
71  lub_dump_undent(void);
72 
73 #endif /* _lub_dump_h */
74 
void lub_dump_undent(void)
int lub_dump_printf(const char *fmt,...)
void lub_dump_indent(void)