Subj : STDPRN missing from STDIO.LIB? To : borland.public.cpp.borlandcpp From : "WJA" Date : Wed Oct 08 2003 02:59 pm I just downloaded the C++ 5.5 compiler, and the STDIO.LIB only has STDIN, STDOUT, and STDERR. It does not contain STDPRN and STDAUX. I would like to use STDPRN. How do I add it (or where do I find it) and then use it? If it is not included in the STDIO.LIB and I add a #define for STDPRN, does that mean I have to open it myself? Most all the C docs I have read indicate that STDPRN and STDAUX are opened automatically. .