KSH portability
Root Boy Jim
rbj at icst-cmr.arpa
Fri May 13 02:47:50 AEST 1988
I wrote:
What is really needed is an fd to fp table, maintained by stdio, so that:
for (fd = 0; fd < MAXFD; fd ++)
fp = fdtofp[fd] && fflush(fp);
Anything weird about this idea?
Pardon me while I go chant my mantra: OWAH TAGU SIAM
What is *really* needed is an array of FILE**, maintained by stdio so
that one could do:
for (i = 0; i < FILEMAX; i++)
if (FILES[i]) do_something_with(FILES[i]);
There! I feel better now. Hope you do too.
(Root Boy) Jim Cottrell <rbj at icst-cmr.arpa>
National Bureau of Standards
Flamer's Hotline: (301) 975-5688
The opinions expressed are solely my own
and do not reflect NBS policy or agreement
I'm having an emotional outburst!!
More information about the Comp.unix.wizards
mailing list