Session Initiation Protocol Library Functions sipguid(3SIP)
NAME
sipguid - generate a random string
SYNOPSIS
cc [ flag ... ] file ... -lsip [ library ... ]
#include
char *sipguid();
DESCRIPTION
The sipguid() function can be used to generate a random
string. The caller is responsible for freeing the returned
string.
RETURN VALUES
The sipguid() function returns a string on success and NUL
on failure.
The value of errno is not changed by these calls in the
event of an error.
ATRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Interface Stability Committed
MT-Level MT-Safe
SEE ALSO
libsip(3LIB)
SunOS 5.11 Last change: 25 Jan 2007 1
|