Simplified command arguments

This commit is contained in:
Bert Münnich
2015-01-11 11:38:28 +01:00
parent 808a10ed04
commit 5dc7993478
4 changed files with 123 additions and 142 deletions

View File

@ -23,7 +23,7 @@
#include "types.h"
typedef void* arg_t;
typedef int arg_t;
typedef bool (*cmd_f)(arg_t);
#define G_CMD(c) g_##c,