Doxygen Source Code Documentation
Main Page Alphabetical List Data Structures File List Data Fields Globals Search
qsort.h
Go to the documentation of this file.00001 #ifndef _MCW_QSRT_H_
00002 #define _MCW_QSRT_H_
00003
00004 #include <stdlib.h>
00005 #include <stdio.h>
00006
00007 extern void isort_sh( int , short * ) ;
00008 extern void qsrec_sh( int , short * , int ) ;
00009 extern void qsort_sh( int , short * ) ;
00010 extern void qsort_partial_sh( int , short * , int ) ;
00011
00012 extern int MCW_inverse_histogram( int , short * , int , short * ) ;
00013
00014 #endif