diff options
author | Oskar <[email protected]> | 2024-04-20 00:03:57 +0200 |
---|---|---|
committer | Oskar <[email protected]> | 2024-04-20 00:03:57 +0200 |
commit | e7e9f3077f3dbbe31b22316a47980c417d915b49 (patch) | |
tree | dc8e1a713a7804c2c0afc6676a07690c06acad19 /7ed.h | |
parent | e0e28a119e7a0f83ef9382413dba603ae342a8fb (diff) |
Choicemode switches
Diffstat (limited to '7ed.h')
-rw-r--r-- | 7ed.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ int count_lines_in_file_posix(char filename[], size_t *lines); void confirm(); -int choice(); +int choice(uint8_t mode); void shuffle(char arr[], int n); |