40 #include "SocketUtilities.h"
47 if( base > 36 || base < 2 )
54 r = ldiv( labs( val ), base ) ;
58 buf =
ltoa( r.quot, buf, base ) ;
61 *buf++ =
"0123456789abcdefghijklmnopqrstuvwxyz"[(int)r.rem] ;
71 string s = tempbuf1 + (string)
"_" ;
73 unsigned int t = time( NULL ) - 1000000000 ;