#include "std_func.h"#include <stdarg.h>#include <assert.h>#include <stdio.h>
Go to the source code of this file.
Functions | |
| int | ask_question_yn (const char *query) |
| size_t | display_menu (unsigned int n_values, const char *prompt,...) |
| int ask_question_yn | ( | const char * | query ) |
| size_t display_menu | ( | unsigned int | n_values, |
| const char * | prompt, | ||
| ... | |||
| ) |