<<On Wed, 13 Jun 2001 18:21:57 +0300, Ruslan Ermilov <[EMAIL PROTECTED]> said: > How should we call this function? > (I'll implement this tomorrow.) I was would call it `qsort_with_arg' or something similar. There is a namespace issue here; <stdlib.h> reserves very little namespace for the implementation, so anything we add will have to be hidden from strictly-compliant applications. If we don't want to make it a public interface, __qsort would be best (and is probably the choice of least resistance). -GAWollman To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message
- ** HEADS UP **: -nostdinc -Wfoo ==> -DNO_WERROR is tem... Ruslan Ermilov
- Re: ** HEADS UP **: -nostdinc -Wfoo ==> -DNO_WERR... Ruslan Ermilov
- fts_open() (was: Re: Patch to restore WARNS feat... Ruslan Ermilov
- Re: fts_open() (was: Re: Patch to restore WA... Bruce Evans
- Re: fts_open() (was: Re: Patch to restor... Garrett Wollman
- Re: fts_open() (was: Re: Patch to r... Ruslan Ermilov
- Re: fts_open() (was: Re: Patch ... Garrett Wollman
- Re: fts_open() (was: Re: Pa... Alfred Perlstein
- Re: fts_open() (was: Re: Pa... Garrett Wollman
- Re: fts_open() (was: Re: Patch to r... Bruce Evans
- Patch to restore WARNS feature Ruslan Ermilov
- Re: Patch to restore WARNS feature Steve Kargl
- Patch to restore WARNS feature Garrett Wollman