Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <41D7A12C.9CB00AEA@dessent.net> Date: Sat, 01 Jan 2005 23:22:20 -0800 From: Brian Dessent Organization: My own little world... MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Information of the qsort function from stdlib.h References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Reply-To: cygwin AT cygwin DOT com Alex Vinokur wrote: > > It seems that there is no information of the qsort function from stdlib.h. > > $ uname -a > CYGWIN_NT-5.0 1.5.12(0.116/4/2) 2004-11-10 08:34 i686 unknown unknown Cygwin > > $ man qsort > No manual entry for qsort > > $ info qsort > zzz > info: No menu item `qsort' in node `(dir)Top'. > > $ info libc | grep sort > info: Writing node (*manpages*)libc... > info: Done. What are you reporting here? That newlib lacks documentation for lots of stuff? Yes, that's certainly true, but then again qsort() is a standard function of the C library and there are many places to document this, such as . See also: glibc manual, Freebsd manpages, Solaris manpages, etc. If you want better newlib/cygwin documentation then submit a patch. Brian -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/