commands.h (101B)
1 #pragma once 2 3 #ifndef COMMANDS_H 4 #define COMMANDS_H 5 6 const char *commands (const char *cmd); 7 8 #endif