CompuServe Messages

#Help!!!

    18-Apr-93 08:09:53
Sb: #34256-#Help!!!
Fm: verjus 70764,1332
To: randy auschrat 76177,15
Hi, stdprn is not a standard name for the Lattice compiler, easiest thing you can do is to change the stdprn into stdout. Than when executing the program redirect the output to your printer, for example: fprintf( stdout, "Hello world\n" ); program >PRT: