#include #include "macros.h" #include "tokenizer.h" int main(int argc, char **argv) { char *input = argv[1]; log("Got: %s\n", input); return 0; }