#ifndef CMDS_H #define CMDS_H void source(const char *path); void set(const char *arg); #endif