Date: Sun, 20 Nov 1994 14:42:08 -0500 (EST) From: "Kimby (lisa's girl)" Subject: HUGE exe To: DJGPP Mailing List Want to see a BIG program? Here it is: char Map[256][512]; int main() { memset(CellMap,0,sizeof(CellMap)); } The exe it makes is about 156k. Anybody know how to tell memset that I really want it to run at RUN TIME? It "optimizes" itself even with optimizations off. Kim