Go to main content

man pages section 3: Networking Library Functions

Exit Print View

Updated: July 2017
 
 

sip_guid(3SIP)

Name

sip_guid - generate a random string

Synopsis

cc [ flag ... ] file ... –lsip [ library ... ]
#include <sip.h>

char *sip_guid();

Description

The sip_guid() function can be used to generate a random string. The caller is responsible for freeing the returned string.

Return Values

The sip_guid() function returns a string on success and NULL on failure.

The value of errno is not changed by these calls in the event of an error.

Attributes

See attributes(5) for descriptions of the following attributes:

ATTRIBUTE TYPE
ATTRIBUTE VALUE
Interface Stability
Committed
MT-Level
MT-Safe

See Also

libsip(3LIB)