Hello all: The mspgcc manual (http://mspgcc.sourceforge.net/manual/x1109.html) says that qsort() is included in the MSP430 standard library, but it doesn't seem to be there...
This function is not defined in the include files, 'nm' doesn't show it in my compiled msp430/lib/libc.a. The source code obtained from CVS an implementation appears to be present in msp430-libc/src/stdlib/qsort.c. Is there a way to enable this in the library? I searched in many places and was unable to find any useful information. If not, I am also interested in 3rd party libraries implementing sorting functions (quicksort or other), preferably in the same interface as qsort(). Thanks in advance. /dima