#ifndef CORE_READ_LINE_H #define CORE_READ_LINE_H #include bool startReadLine(void); bool readLine(char* buffer, size_t n); void stopReadLine(void); #endif