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