acl/lib_acl/include/stdlib/acl_vbuf_print.h
zsxxsz cc05b877a2 first commit acl to github
first commit acl to github
2013-08-18 17:42:25 +08:00

31 lines
387 B
C

#ifndef __ACL_VBUF_PRINT_H_INCLUDED__
#define __ACL_VBUF_PRINT_H_INCLUDED__
#ifdef __cplusplus
extern "C" {
#endif
#include "acl_define.h"
/*
* System library.
*/
#include <stdarg.h>
/*
* Utility library.
*/
#include "acl_vbuf.h"
/*
* External interface.
*/
ACL_API ACL_VBUF *acl_vbuf_print(ACL_VBUF *, const char *, va_list);
#ifdef __cplusplus
}
#endif
#endif