#ifndef _LIBINPUT_IN_INPUT_H #define _LIBINPUT_IN_INPUT_H #include void in_stream_read_line(const char* prompt, char* buffer, size_t max); #endif // _LIBINPUT_IN_INPUT_H