C_SCREEN
static C_SCREEN screen;
C_SCREEN *sp = &screen;
extern C_SCREEN *sp;
void setup_screen(const C_SCREEN *);
setup_screen(const C_SCREEN *scp)