mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
7 lines
99 B
C
7 lines
99 B
C
#ifndef __UNIXIO_INCLUDE_H__
|
|
#define __UNIXIO_INCLUDE_H__
|
|
|
|
void unixio_run(int max);
|
|
|
|
#endif
|