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