/* * CrissCross * A multi-purpose cross-platform library. * * A product of IO.IN Research. * * (c) 2006-2008 Steven Noonan. * Licensed under the New BSD License. * */ #ifndef __included_compare_h #define __included_compare_h int TestComparison_CString(); int TestComparison_String(); int TestComparison_Integer(); #endif