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

18 lines
243 B
C

#ifndef __ACL_SAFE_INCLUDE_H__
#define __ACL_SAFE_INCLUDE_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "acl_define.h"
ACL_API int acl_unsafe(void);
ACL_API char *acl_safe_getenv(const char*name);
#ifdef __cplusplus
}
#endif
#endif