CLISH
0.7.3
Main Page
Related Pages
Modules
Data Structures
Files
File List
lub
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
36
lub_dump_printf
(
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
lub_dump_undent
void lub_dump_undent(void)
lub_dump_printf
int lub_dump_printf(const char *fmt,...)
lub_dump_indent
void lub_dump_indent(void)
Generated by
1.8.6