/* * 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_insertionsort_test_h #define __included_insertionsort_test_h #if !defined(DISABLE_DEPRECATED_CODE) int TestInsertionSort_IntArray(); int TestInsertionSort_DArray(); int TestInsertionSort_LList(); #endif #endif