struct _scrn {
char *chrs; /*pointer to screen text*/
char cw; /*column where text appears*/
char rw; /*row where text appears*/
char att; /*attribute in which text appears*/
};
struct _scrn screen_mainmenu[]={
Click Here for Figure