/* * 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_datatypes_h #define __included_datatypes_h int TestDatatypes_Uint8(); int TestDatatypes_Uint16(); int TestDatatypes_Uint32(); int TestDatatypes_Uint64(); int TestDatatypes_Ulong(); int TestDatatypes_Bool(); int TestDatatypes_Float(); int TestDatatypes_Double(); int TestDatatypes_Pointer(); #endif