acl  3.5.3.0
lib_acl.h
浏览该文件的文档.
1 #ifndef LIB_ACL_INCLUDE_H
2 #define LIB_ACL_INCLUDE_H
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 #include "init/acl_init.h"
9 #include "stdlib/acl_stdlib.h"
10 #include "net/acl_net.h"
11 #include "thread/acl_thread.h"
12 #include "msg/acl_aqueue.h"
13 #include "msg/acl_msgio.h"
14 #include "event/acl_events.h"
15 #include "ioctl/acl_ioctl.h"
16 #include "ioctl/acl_spool.h"
17 #include "aio/acl_aio.h"
18 #include "db/acl_db.h"
20 #include "code/acl_code.h"
21 #include "master/acl_master.h"
22 #include "proctl/acl_proctl.h"
23 #include "xml/acl_xml.h"
24 #include "xml/acl_xml2.h"
25 #include "xml/acl_xml3.h"
26 #include "json/acl_json.h"
27 #include "experiment/experiment.h"
28 
29 #ifdef __cplusplus
30 }
31 #endif
32 
33 #endif
本文件中定义了关于 ACL_ASTREAM 异步通信流操作的类型说明及函数接口.