1 2 3 4 5 6 7 8 9
/* * itos16.hpp: * written by palmers / teso */ #ifndef __ITOS16_C #define __ITOS16_C #include <string> string itos16 (unsigned int); #endif /* __ITOS16_C */