mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-04 21:09:19 +08:00
9697f95b8f
This reverts commit 15d999759e
.
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
|
|
|