mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 17:00:52 +08:00
cf2528eb7c
完善了非阻塞IO的SSL功能;将 acl/samples/ 下的示例分别移到 lib_acl 及 lib_protocol 目录下
11 lines
197 B
C
11 lines
197 B
C
#ifndef __DICT_TEST_INCLUDE_H__
|
|
#define __DICT_TEST_INCLUDE_H__
|
|
|
|
/* dict_test.c */
|
|
int dict_test_main(int argc, char **argv);
|
|
|
|
/* dict_number.c */
|
|
void dict_number_main(int max);
|
|
|
|
#endif
|