Remote agent/Simulation/C: Difference between revisions

Content added Content deleted
mNo edit summary
mNo edit summary
Line 551: Line 551:
}
}


char *colors[] = { "31", "32", "33", "34" };
const char *colors[] = { "31", "32", "33", "34" };
char ag[] = { "<V>A" };
const char *ag = "<V>A";


inline int cell_color(byte **f, int x, int y)
inline int cell_color(byte **f, int x, int y)