diff options
Diffstat (limited to 'include/utils.h')
| -rw-r--r-- | include/utils.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h new file mode 100644 index 0000000..74c0ca1 --- /dev/null +++ b/include/utils.h | |||
| @@ -0,0 +1,8 @@ | |||
| 1 | #pragma once | ||
| 2 | #include <stddef.h> | ||
| 3 | |||
| 4 | void print_line(void); | ||
| 5 | void wait_enter(const char *msg); | ||
| 6 | char ask_yes_no(const char *msg); | ||
| 7 | void now_str(char *buf, size_t size); | ||
| 8 | size_t rand_index(size_t max); | ||
