home *** CD-ROM | disk | FTP | other *** search
/ C by Discovery (4th Edition) / C_By_Discovery_4th_Edition.tar / C_By_Discovery_4th_Edition / _HANDBOOK_ / APDX_F / F-23.jpg < prev    next >
Joint Photographic Experts Group Image  |  2013-12-18  |  589KB  |  2550x3300
Labels: book | daybook | poster | reckoner
OCR: The ANSI C Library F-23 Other Utility Functions enough gsort buffer, num, size funct sorts the array buf Ffer according to the cate memory comparisons done by the function funct Parameters buffer an array of 'items to be sorted num has type size the number of elements in size bytes the buffer size of each element in bytes has type ote that the cast to size thmetic will funct the address ofa function that perf rforms a com parison between two elements ofbuff fer The two parameters to funct ( are pointers to the objects being compared. The return value from funct is of type int itis negative if the ze bytes parameter 19 less than the second parameter, oif both parameters are identical and positive if the be second parameter less than the first Return value None gsort has type void The array ...