|
libamxo
4.3.4
Object Definition Language (ODL) parsing
|
#include <sys/time.h>#include <sys/resource.h>#include <sys/types.h>#include <sys/stat.h>#include <string.h>#include <stdlib.h>#include <stdio.h>#include <stdarg.h>#include <stddef.h>#include <setjmp.h>#include <inttypes.h>#include <limits.h>#include <unistd.h>#include <fcntl.h>#include <cmocka.h>#include <amxc/amxc.h>#include <amxp/amxp.h>#include <amxp/amxp_signal.h>#include <amxd/amxd_dm.h>#include <amxd/amxd_object.h>#include <amxd/amxd_object_expression.h>#include <amxd/amxd_parameter.h>#include <amxo/amxo.h>#include <amxo/amxo_mibs.h>#include "test_issue_67.h"Go to the source code of this file.
Macros | |
| #define | UNUSED __attribute__((unused)) |
Functions | |
| void | test_missing_brackets_do_not_cause_seg_fault (__attribute__((unused)) void **state) |
| #define UNUSED __attribute__((unused)) |
Definition at line 83 of file test_issue_67.c.
| void test_missing_brackets_do_not_cause_seg_fault | ( | __attribute__((unused)) void ** | state | ) |
Definition at line 85 of file test_issue_67.c.