|
From: Danny S. <dan...@cl...> - 2002-10-02 23:12:40
|
----- Original Message ----- From: "Earnie Boyd" <ear...@ya...> > > I'm also thinking we need to clean up fcntl.h to remove the #define and > appropriate define _fmode in stdlib.h. Dependency Walker > (www.dependencywalker.com) shows some other interesting fmode items such > as __p__fmode. > > Earnie. OK, I believe, that like the other __p__* functions, the __p__fmode is an access function to get &_fmode without using direct import of data, eg int* __p__fmode(void); Danny |