Help!!!
Randy,
I just went through all my ANSI "C" stuff here and I can't find stdprn
anywhere. It's not in the specification, so it's no suprise that it's not
in the compiler. I would hazard a guess that stdprn is something provided
by your IBM compiler only (yup! just found it in Turbo "C").
So, you will have to roll your own here, using the built-in system
functions. I'll leave that to someone more experienced, since the printer
is not one of the things I've had to play with here.
Brian