acl  3.5.3.0
acl_vbuf_print.h
浏览该文件的文档.
1 #ifndef ACL_VBUF_PRINT_INCLUDE_H
2 #define ACL_VBUF_PRINT_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "acl_define.h"
9 
10  /*
11  * System library.
12  */
13 #include <stdarg.h>
14 
15  /*
16  * Utility library.
17  */
18 #include "acl_vbuf.h"
19 
20  /*
21  * External interface.
22  */
23 ACL_API ACL_VBUF *acl_vbuf_print(ACL_VBUF *, const char *, va_list);
24 
25 #ifdef __cplusplus
26 }
27 #endif
28 
29 #endif
30 
ACL_API ACL_VBUF * acl_vbuf_print(ACL_VBUF *, const char *, va_list)