26 #ifndef IN_KBD_INCLUDED
27 #define IN_KBD_INCLUDED
34 #include "../base/str.h"
37 #ifndef CHECK_INCLUDED
38 #include "../base/check.h"
68 int read(
char *buf,
int size);
75 inline str_t filename()
106 #define IN_KBD_NULL (static_cast<in_kbd_t>(0))
Superclass of input sources (e.g., file)
int read(char *buf, int size)
Definition: in_kbd.cpp:73
const char * str_t
Definition: str.h:41
#define STR_NULL
Definition: str.h:52