The C Run-Time (CRT), included with:Microsoft C for MS-DOS, versions 5.1, 6.0, 6.0a, 6.0axMicrosoft C for OS/2, versions 5.1, 6.0, 6.0aMicrosoft C/C++ for MS-DOS, version 7.0Microsoft Visual C++ for Windows, 16-bit edition, versions 1.01.5Microsoft Visual C++, 32-bit Editions, versions 1.02.04.05.06.0 SUMMARY
The qsort() function in the Microsoft C run-time library does not
restrict the methods an application can use to compare items. When
qsort() compares two data elements, it calls an application-supplied
comparison routine.
MORE INFORMATIONREFERENCESAdditional query words:
Keywords : kbCRT kbVC kbVC100 kbVC150 kbVC200 kbVC400 kbVC500 kbVC600 |
Last Reviewed: June 18, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |