Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
qsort(3)
Edit
PageHistory
Diff
Info
LikePages
!!!QSORT ---- !!NAME qsort - sorts an array !!SYNOPSIS __#include <stdlib.h>__ __void qsort__( __void__ *''base'', __size_t__ ''nmemb'', __size_t__ ''size'', __int__ (*''compar'')(__const void__ *, __const void__ *)); !!DESCRIPTION The __qsort()__ function sorts an array with ''nmemb'' elements of size ''size''. The ''base'' argument points to the start of the array. The contents of the array are sorted in ascending order according to a comparison function pointed to by ''compar'', which is called with two arguments that point to the objects being compared. The comparison function must return an integer less than, equal to, or greater than zero if the first argument is considered to be respectively less than, equal to, or greater than the second. If two members compare as equal, their order in the sorted array is undefined. !!RETURN VALUE The __qsort()__ function returns no value. !!CONFORMING TO SVID 3, [POSIX], [BSD] 4.3, [ISO] 9899 !!SEE ALSO sort(1) ----
15 pages link to
qsort(3)
:
CastingPointerToFunction
fts_open(3)
Man3q
bsearch(3)
fts(3)
fts_close(3)
fts_read(3)
fts_set(3)
tdelete(3)
tfind(3)
tsearch(3)
twalk(3)
makeindex(1)
man(7)
fts_children(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.