mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 17:30:53 +08:00
21 lines
313 B
C
21 lines
313 B
C
#ifndef ACL_CODE_INCLUDE_H
|
|
#define ACL_CODE_INCLUDE_H
|
|
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
|
|
#include "acl_base64.h"
|
|
#include "acl_vstring_base64.h"
|
|
#include "acl_urlcode.h"
|
|
#include "acl_gbcode.h"
|
|
#include "acl_htmlcode.h"
|
|
#include "acl_xmlcode.h"
|
|
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
|
|
#endif
|
|
|