програму, що запускається і видає на екран меню з двох пунктів
cprintf("Оцiнка зал № 5 : ");
fgets(ball+8, 2, stdin );
fflush(stdin);
fprintf( outfile, "%10s %20s %s\n", gid, fio, ball);
}
setgraphmode(getgraphmode());
}
//#####################################################
void dbshow(void)
{
restorecrtmode();
clrscr();
textmode(BW80);
textcolor(2);
FILE *infile;
char request[16];
char record[64];
char ball[20];
char gid[20];
char fio[20];
char *ptr;
int goodc=0;
int badc=0;
*gid = 0; *fio = 0; *ball = 0;
if ((infile = fopen(filename, "r")) == NULL) return;