#ifndef COMMAND_H #define COMMAND_H #include "parse.h" unsigned char invoke(struct Args args); #endif /* COMMAND_H */