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

16 lines
162 B
C

#ifndef __LIB_UTIL_INCLUDE_H__
#define __LIB_UTIL_INCLUDE_H__
#ifdef __cplusplus
extern "C" {
#endif
#include "lib_acl.h"
#ifdef __cplusplus
}
#endif
#endif