/* Steven Andrews, 3/14/02.
See documentation called VoidComp_doc.doc.
Copyright 2003-2007 by Steven Andrews.  This work is distributed under the terms
of the Gnu Lesser General Public License (LGPL). */

#ifndef __VoidComp_h
#define __VoidComp_h

int StringCmp(void *str1,void *str2);
int PointerCmp(void *ptr1,void *ptr2);
int IntCmp(void *num1,void *num2);
int FloatCmp(void *num1,void *num2);
int DoubleCmp(void *num1,void *num2);

#endif
