💾 Archived View for gemini.rmf-dev.com › repo › Vaati › Vgmi › files › e6ba0472f61d7bae79502be05c231… captured on 2023-03-20 at 17:52:17. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
0 /* See LICENSE file for copyright and license details. */
1 #ifndef _DISPLAY_H_
2 #define _DISPLAY_H_
3
4 void display();
5 void display_history();
6 int display_ask(char* info, char* action);
7
8 #endif
9