All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
9 lines
185 B
C
9 lines
185 B
C
#ifndef _LIBINPUT_IN_INPUT_H
|
|
#define _LIBINPUT_IN_INPUT_H
|
|
|
|
#include <stddef.h>
|
|
|
|
void in_stream_read_line (const char* prompt, char* buffer, size_t max);
|
|
|
|
#endif // _LIBINPUT_IN_INPUT_H
|