do config :)

This commit is contained in:
2024-07-14 21:44:08 +02:00
parent f9bfc48a9f
commit 0955b115e6
12 changed files with 303 additions and 135 deletions

View File

@@ -5,6 +5,7 @@
#include <stdbool.h>
#include <sys/types.h>
enum keys find_keyname(char*);
enum keys find_ansi(char*);
void read_press(u_char*, char*);
void strcln(char **dest, const char *source);