#ifndef _INPUT_H #define _INPUT_H #ifdef __cplusplus extern "C" { #endif #include extern const char INPUT[]; extern const size_t INPUT_SIZE; #ifdef __cplusplus extern "C" { #endif #endif