#ifndef _LIBKB_KB_H #define _LIBKB_KB_H #include #include /* \brief Read key from keyboard * \return < 0 status on failure; ascii key on success */ int kb_read_key (void); #endif // _LIBKB_KB_H