summaryrefslogtreecommitdiff
path: root/other/Kermit/include/itos16.hpp
blob: 21ce39089e076e5d6ca66ada04c65db37158efc5 (plain)
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 */