You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#ifdef TEST_A_H
|
|
# error "TEST_A_H defined"
|
|
#endif
|
|
|
|
#ifndef TEST_ADD_COMPILE_DEFINITIONS
|
|
# error "TEST_ADD_COMPILE_DEFINITIONS not defined"
|
|
#endif
|
|
|
|
extern void a_h(void);
|