1 2 3 4 5 6 7 8 9 10
#ifndef _CMD_H #define _CMD_H #undef PLUGIN #define PLUGIN(n, c) #undef COMMAND_LIST #define COMMAND_LIST(args...) #endif