Penguin

Differences between current version and previous revision of qsort(3).

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 2 Last edited on Wednesday, July 16, 2003 3:47:18 pm by JohnMcPherson
Older page: version 1 Last edited on Tuesday, June 4, 2002 12:24:30 am by perry Revert
@@ -1,24 +1,18 @@
-QSORT  
 !!!QSORT 
-NAME  
-SYNOPSIS  
-DESCRIPTION  
-RETURN VALUE  
-CONFORMING TO  
-SEE ALSO  
+  
 ---- 
 !!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__ *));  
  
-__#include  
-__''base''__, size_t__ ''nmemb''__, size_t__ ''size''__,  
-int (*__''compar''__)(const void *, const void *));  
-__  
 !!DESCRIPTION 
  
  
 The __qsort()__ function sorts an array with ''nmemb'' 
@@ -43,10 +37,10 @@
 The __qsort()__ function returns no value. 
 !!CONFORMING TO 
  
  
-SVID 3, POSIX, BSD 4.3, ISO 9899 
+SVID 3, [ POSIX] , [ BSD] 4.3, [ ISO] 9899 
 !!SEE ALSO 
  
  
 sort(1) 
 ---- 
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.