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

7 lines
99 B
C

#ifndef __AQUEUE_INCLUDE_H__
#define __AQUEUE_INCLUDE_H__
void aqueue_run(int max);
#endif