acl/lib_acl/samples/msg/aqueue.h

7 lines
99 B
C

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