1TICKIT_STRING_GET(3)       Library Functions Manual       TICKIT_STRING_GET(3)
2
3
4

NAME

6       tickit_string_get - obtain the characters from a counted string
7

SYNOPSIS

9       #include <tickit.h>
10
11       const char *tickit_string_get(const TickitString *s);
12
13       Link with -ltickit.
14

DESCRIPTION

16       tickit_string_get()  returns  a  pointer to the actual stored character
17       buffer within the counted string instance. This  should  be  considered
18       immutable; the caller must not modify this buffer.
19

RETURN VALUE

21       tickit_string_get() returns a NUL-terminated string pointer.
22

SEE ALSO

24       tickit_string_new(3), tickit_string_len(3), tickit_string(7), tickit(7)
25
26
27
28                                                          TICKIT_STRING_GET(3)
Impressum