#Help!!!
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: