Mail Archives: djgpp/1997/04/15/19:55:12
/*
compile the following code with DJGPP and run it. Observe the output.
Then, run DJP on the executable and run it again. The output differs! I
think that qualifies as a bug, because compressed EXE's should not
behave any differently than uncompressed EXE's.
*/
#include <stdio.h>
void main(void)
{
char *string = NULL;
if (*string != NULL)
printf("\n%s\n", string);
}
/* --
Jawed Karim
http://umn.edu/~kari0022
jaw3d Model Viewer (DOS and Linux): http://jaw3d.home.ml.org
*/
- Raw text -