acl  3.5.3.0
acl_safe.h
浏览该文件的文档.
1 #ifndef ACL_SAFE_INCLUDE_H
2 #define ACL_SAFE_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "acl_define.h"
9 
10 ACL_API int acl_unsafe(void);
11 ACL_API char *acl_safe_getenv(const char*name);
12 
13 #ifdef __cplusplus
14 }
15 #endif
16 
17 #endif
HTTP_API void const char * name
Definition: lib_http.h:620
ACL_API char * acl_safe_getenv(const char *name)
ACL_API int acl_unsafe(void)