add get_binary to lfinput.h

This commit is contained in:
Evan Burkey 2023-05-03 14:40:57 -07:00
parent 521f346b6f
commit bcea78a987
1 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,8 @@
#include <stdlib.h>
char *get_binary(const char *);
char *get_input(const char *);
char **split(char *, size_t *, const char *);