Alex Vinokur wrote: > > It seems that there is no information of the qsort function from stdlib.h. > > $ uname -a > CYGWIN_NT-5.0 <hostname> 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 <http://www.opengroup.org/onlinepubs/009695399/functions/qsort.html>. 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/