lidm/include/util.h
javalsai 6b2d76c9b8 all: at this point just read readme 😭
spaghetti code
equivalent spaghetti readme
spaghetti commit (wait no, this is actually descriptive)
2024-07-13 12:19:02 +02:00

13 lines
211 B
C

#ifndef _UTILH_
#define _UTILH_
#include <keys.h>
#include <stdbool.h>
#include <sys/types.h>
enum keys find_ansi(char*);
void read_press(u_char*, char*);
void strcln(char **dest, const char *source);
#endif