#include #ifndef HEX_READ_SCANF_H #define HEX_READ_SCANF_H extern void hello(); #endif // HEX_READ_SCANF_H int main() { hello(); return 0; }