mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 17:00:52 +08:00
cc05b877a2
first commit acl to github
19 lines
232 B
C
19 lines
232 B
C
#ifndef _ACL_MYDB_INCLUDE_H_
|
|
#define _ACL_MYDB_INCLUDE_H_
|
|
|
|
# ifdef __cplusplus
|
|
extern "C" {
|
|
# endif
|
|
|
|
#include "acl_dbpool.h"
|
|
#include "acl_dberr.h"
|
|
#include "acl_dbsql.h"
|
|
#include "acl_mdb.h"
|
|
|
|
# ifdef __cplusplus
|
|
}
|
|
# endif
|
|
|
|
#endif
|
|
|