#pragma once #ifdef __cplusplus extern "C" { #endif void sign_key_press(char key); void sign_clear_input(); #ifdef __cplusplus } #endif