blob: 41558df7a7cffc582dc8d0897f3d9ddf6145b23e [file] [log] [blame]
struct variable {
const char *string;
};
struct variable table[] = { { 0 } };