libinput Generic way of gathering user commandline input
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 3m49s
This commit is contained in:
8
libinput/in_input.h
Normal file
8
libinput/in_input.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#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
|
||||
Reference in New Issue
Block a user