File mplib1/lmsort.h


Included Files


Preprocessor definitions

#define MPLIB1_LMSORT

Type struct lmsortp

struct lmsortp
struct lmsortp  
   {  
      struct lmsortp* next;  
      void* dp;  
   }  

Typedef lmsortp_t

typedef int lmsortp_t(const void*,const void*)