acl/lib_acl/samples/msg/netio.h

7 lines
96 B
C

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