Files
mop3/libkb/kb.h
kamkow1 81704d7df8
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m8s
CE Implement line editing
2026-03-04 02:02:05 +01:00

14 lines
243 B
C

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