#ifndef INPUT_H #define INPUT_H /** * @brief Read a line from stdin. * * @return char* */ char* input(); #endif