K 10 svn:author V 5 peter K 8 svn:date V 27 2001-02-12T02:50:30.000000Z K 7 svn:log V 424 Take advantage of the current libc sizeof(FILE) breakage (__sF[]) and try a hopefully more robust stdin/stdout/stderr. This costs an indirect pointer fetch, but saves us from changes in 'FILE'. The __stdin stuff is there to not pollute application name space if the application does not use and also in case something depended on the current behavior where stdin etc was a #define. Reviewed by: eischen, dillon END