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_define.h
ACL_VBUF
Definition:
acl_vbuf.h:15
acl_vbuf.h
acl_vbuf_print
ACL_API ACL_VBUF * acl_vbuf_print(ACL_VBUF *, const char *, va_list)
include
acl
stdlib
acl_vbuf_print.h
生成于 2021年 九月 10日 星期五 11:14:43 , 为 acl使用
1.8.15