1 2 3 4 5 6 7
#ifndef CMDS_H #define CMDS_H void source(const char *path); void set(const char *arg); #endif