acl/lib_acl/include/unit_test/acl_test_var.h

22 lines
332 B
C
Raw Normal View History

#ifndef ACL_TEST_VAR_INCLUDE_H
2014-11-19 00:25:21 +08:00
#define ACL_TEST_VAR_INCLUDE_H
# ifdef __cplusplus
extern "C" {
# endif
2017-06-02 14:47:24 +08:00
#include "../stdlib/acl_array.h"
2014-11-19 00:25:21 +08:00
extern int var_aut_log_level;
extern int var_aut_verbose;
extern ACL_ARRAY *var_aut_line_array;
extern int var_aut_valid_line_idx;
# ifdef __cplusplus
}
# endif
#endif