|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
Go to the source code of this file.
Data Structures | |
| struct | history_t |
Macros | |
| #define | HISTORY_MAX_ENTRY 32 |
Functions | |
| void | history_init (history_t *history) |
| void | history_deinit (history_t *history) |
| void | history_push (history_t *history, const char *entry) |
| const char * | history_next (history_t *history) |
| const char * | history_previous (history_t *history) |