Date: Sun, 21 Feb 1999 16:46:03 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Kbwms AT aol DOT com cc: djgpp-workers AT delorie DOT com Subject: Re: inetutils ? In-Reply-To: <469cfb2e.36d01767@aol.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com 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 . 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.