#include <SocketUtilities.h>
Static Public Member Functions | |
static char * | ltoa (long val, char *buf, int base) |
static string | create_temp_name () |
|
Create a uniq name which is used to create a unique name for a Unix socket in a client . or for creating a temporary file.
|
|
Routine to convert a long int to the specified numeric base, from 2 to 36. You must get sure the buffer val is big enough to hold all the digits for val or this routine may be UNSAFE.
|