mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-12 11:55:13 +08:00
cc05b877a2
first commit acl to github
17 lines
233 B
C
17 lines
233 B
C
#ifndef __ACL_EXEC_COMMAND_INCLUDE_H__
|
|
#define __ACL_EXEC_COMMAND_INCLUDE_H__
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "acl_define.h"
|
|
|
|
ACL_API void acl_exec_command(const char *command);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|