acl/samples/msg/netio.h
2014-11-19 00:25:21 +08:00

7 lines
96 B
C

#ifndef __NETIO_INCLUDE_H__
#define __NETIO_INCLUDE_H__
void netio_run(int max);
#endif