Mail Archives: djgpp-workers/1999/02/21/09:50:18
On Sun, 21 Feb 1999 Kbwms AT aol DOT com wrote:
> Where does one find a description of function putpath? I see it in
> libc.a but can find no header file for it and no info data.
The function is called `_put_path' (there's also its cousin `_put_path2'
which actually does the real work; `_put_path' is just a wrapper). The
prototypes of these functions are in <libc/dosio.h>. They are not
documented anywhere else, since the applications aren't supposed to call
them directly. See the source (src/libc/dos/io/putpath.c) if you want to
know more.
- Raw text -