#ifndef DYNAMIC_ANSWER_PUBLIC_DYNAMIC_ANSWER_H_ | |
#define DYNAMIC_ANSWER_PUBLIC_DYNAMIC_ANSWER_H_ | |
#ifdef __cplusplus | |
extern "C" { | |
#endif // __cplusplus | |
int dynamic_answer(void); | |
#ifdef __cplusplus | |
} // extern "C" | |
#endif // __cplusplus | |
#endif // DYNAMIC_ANSWER_PUBLIC_DYNAMIC_ANSWER_H_ |