#pragma once #define COLOR_OFF "\x1b[0m" #define COLOR_BOLD "\x1b[1m" #define CLI_PROMPT "(" COLOR_BOLD "pbc" COLOR_OFF ") " int cli_main(); void rl_printf(const char * fmt, ...); int rl_word(const char * line, int cursor); char ** rl_complete_list(const char * word, const char * suggestions[]);