Files
mop3/libinput/in_input.h
kamkow1 bf1e8e8573
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
libinput Generic way of gathering user commandline input
2026-03-20 18:04:26 +01:00

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