parsing working fine with inhibitors

This commit is contained in:
Clément Le Bihan
2020-05-21 00:42:03 +02:00
parent d9af127e4b
commit 5e9e0b09be
2 changed files with 59 additions and 43 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
#include "shell.h"
typedef struct parser_map {
char *key;
char key;
int (*parser)(char *, char **);
} parser_map;