/* * itos16.hpp: * written by palmers / teso */ #ifndef __ITOS16_C #define __ITOS16_C #include string itos16 (unsigned int); #endif /* __ITOS16_C */