mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 20:08:21 +08:00
cc05b877a2
first commit acl to github
7 lines
93 B
C
7 lines
93 B
C
#ifndef __UNIXIO_INCLUDE_H__
|
|
#define __UNIXIO_INCLUDE_H__
|
|
|
|
void unixio_run(int max);
|
|
|
|
#endif
|