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