Mail Archives: djgpp-workers/2001/10/11/18:03:25
> No, this is slightly different. _dos_findfirst only supports short
> file names, for compatibility with DOS MSC compilers. So it is not
> equivalent to findfirst.
Yes, but half of the code of findfirst()/findnext() is duplicated in
_dos_findfirst()/_dos_findnext(), so why not let the former functions call
the latter if LFN is set to N ?
> Don't worry about this, we don't have any problems with adding a few
> more modules to the library.
Ok, I can do it. But first I would like to know in which directory to put
these low-level functions and in which header file to declare them
(libc/dosio.h ?). Same thing for my helper function __dostime_to_time_t().
According to DJ's rules, I think there is no need to document them in a .txh
file, only in their source file.
--
Eric Botcazou
ebotcazou AT multimania DOT com
- Raw text -