1sip_guid(3SIP) Session Initiation Protocol Library Functions sip_guid(3SIP)
2
3
4
6 sip_guid - generate a random string
7
9 cc [ flag ... ] file ... -lsip [ library ... ]
10 #include <sip.h>
11
12 char *sip_guid();
13
14
16 The sip_guid() function can be used to generate a random string. The
17 caller is responsible for freeing the returned string.
18
20 The sip_guid() function returns a string on success and NULL on fail‐
21 ure.
22
23
24 The value of errno is not changed by these calls in the event of an
25 error.
26
28 See attributes(5) for descriptions of the following attributes:
29
30
31
32
33 ┌─────────────────────────────┬─────────────────────────────┐
34 │ ATTRIBUTE TYPE │ ATTRIBUTE VALUE │
35 ├─────────────────────────────┼─────────────────────────────┤
36 │Interface Stability │Committed │
37 ├─────────────────────────────┼─────────────────────────────┤
38 │MT-Level │MT-Safe │
39 └─────────────────────────────┴─────────────────────────────┘
40
42 libsip(3LIB)
43
44
45
46SunOS 5.11 25 Jan 2007 sip_guid(3SIP)