qsort man page on IRIX

Man page or keyword search:  
man Server   31559 pages
apropos Keyword Search (all sections)
Output format
IRIX logo
[printable version]



QSORT(3F)							     QSORT(3F)

NAME
     qsort - quick sort

SYNOPSIS
     subroutine qsort (array, len, isize, compar)
     external compar
     integer*2 compar

DESCRIPTION
     One dimensional array contains the elements to be sorted.	len is the
     number of elements in the array.  isize is the size of an element,
     typically -

	  4 for integer and real
	  8 for double precision or complex
	  16 for double complex
	  (length of character object) for character arrays

     Compar is the name of a user supplied integer*2 function that will
     determine the sorting order.  This function will be called with 2
     arguments that will be elements of array. The function must return -

	  negative if arg 1 is considered to precede arg 2
	  zero if arg 1 is equivalent to arg 2
	  positive if arg 1 is considered to follow arg 2

     On return, the elements of array will be sorted.

FILES
     /usr/lib/libU77.a

SEE ALSO
     qsort(3)

									Page 1

[top]

List of man pages available for IRIX

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net