This is the mail archive of the libc-help@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: qsort_r() conforms to which standards?


On Mon, Oct 31, 2011 at 7:42 AM, Mark R Bannister
<mark@proseconsulting.co.uk> wrote:
> Hi,
>
> Can someone help re qsort_r()? ?I've added notes regarding it to the qsort(3) man
> page:
>
> http://article.gmane.org/gmane.linux.man/2397
>
> However, does anyone know what standards does it conform to? ?(I've seen other
> versions of qsort_r() with the arguments the other way around).
>
> Thanks,
> Mark Bannister.

The second google result for 'qsort_r' took me to this,
http://stackoverflow.com/questions/4300896/how-portable-is-the-re-entrant-qsort-r-function-compared-to-qsort

which I found helpful.

Matt


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]