TcxlMain() Logic The entire TcxlMain() procedure looks like this: IntT CDC TcxlMain(IntT ac, ChrP av[]) { ac = ac; av = av TuiInit(NULL, ResLst, NULL, NULL); TuiDialog(DLG_SMDIALOG); return(0); }