Turbo C large character array
John Gordon
gordon at osiris.cso.uiuc.edu
Tue Jul 31 06:40:53 AEST 1990
Well, I managed to solve my problem, with thanks to all who posted and
e-mailed me suggestions. The final solution:
char huge menu[1200];
for(i = 0; i < 1200; i++)
menu[i] = farmalloc(80);
Again, thanks to all who responded.
---
John Gordon
Internet: gordon at osiris.cso.uiuc.edu #include <disclaimer.h>
gordon at cerl.cecer.army.mil #include <clever_saying.h>
GEnie: j.gordon14
More information about the Comp.lang.c
mailing list