acl  3.5.3.0
acl_htmlcode.h
浏览该文件的文档.
1 #ifndef ACL_HTMLCODE_INCLUDE_H
2 #define ACL_HTMLCODE_INCLUDE_H
3 
4 #ifndef ACL_CLIENT_ONLY
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 #include "../stdlib/acl_define.h"
11 #include "../stdlib/acl_vstring.h"
12 
13 ACL_API int acl_html_encode(const char *in, ACL_VSTRING *out);
14 ACL_API int acl_html_decode(const char *in, ACL_VSTRING *out);
15 
16 #ifdef __cplusplus
17 }
18 #endif
19 
20 #endif /* ACL_CLIENT_ONLY */
21 #endif
ACL_API int acl_html_decode(const char *in, ACL_VSTRING *out)
ACL_API int acl_html_encode(const char *in, ACL_VSTRING *out)