|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
Go to the source code of this file.
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) |