| 17 | ACL_STACK *__stack = NULL; |
| 18 | |
| 19 | static void __stack_init(void) |
| 20 | { |
| 21 | if (__stack != NULL) |
| 22 | return; |
| 23 | __stack = acl_stack_create(100); |
| 24 | } |
| 25 | |
| 26 | int test_stack_bat_add(AUT_LINE *test_line acl_unused, void *arg acl_unused) |
| 27 | { |
no test coverage detected
searching dependent graphs…