Date: Mon, 13 Jan 1997 21:18:32 -0500 Message-Id: <199701140218.VAA16544@delorie.com> From: DJ Delorie To: bikko AT ix DOT netcom DOT com CC: djgpp AT delorie DOT com In-reply-to: <01bc017b$86667cc0$6868d9ce@#bikko> Subject: Re: C library reference/docs > How come the variable function argument handling functions are not > documented? > (va_list type, va_start, va_end, etc.) Probably because they don't have source files in libc.a. The .txh files are stored with the function sources, so lots of things that exist only in the headers (constants, macros, etc) don't have documentation yet. Feel free to write it yourself if you want.