Mail Archives: djgpp/1996/05/30/01:22:53
On 28 May 1996, Eric NICOLAS wrote:
> 2. I use the _fixpath function from libc, and it works very well,
> except that... it is NOT defined in any headers. In fact, the
> definition is commented out. WHY ? Will this function not be
> supported in the future ? What can I use in replacement ?
Is this DJGPP v1.x? In v2.0, the prototype is on <sys/stat.h>, and it is
NOT commented out.
I don't think it will ever disappear from DJGPP (some popular programs
use it), but you should be aware that it is not portable, not even to
other DOS compilers.
- Raw text -