Re: Reading errno from msvcrt.dll
- Posted by Jason Gade <jaygade at yahoo.com> Feb 12, 2006
- 533 views
Jonas Temple wrote: > > It's been a while, but isn't "_errno" a function, not a value? I seem to > remember > having to figure that out once long ago... > > Jonas Temple > <a href="http://www.yhti.net/~jktemple">http://www.yhti.net/~jktemple</a> I've been referring to both the glibc and the msvcrt documentation and they both say that errno is declared as an external int. -- "Any programming problem can be solved by adding a level of indirection." --anonymous "Any performance problem can be solved by removing a level of indirection." --M. Haertel j.