/** * @file Prompt.h * @author apio (cloudapio.eu) * @brief Displays the shell prompt. * * @copyright Copyright (c) 2024, the Luna authors. * */ #pragma once #include void setup_prompt(); Result display_prompt();