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

NAME

6       tickit_string_get - query the length of a counted string
7

SYNOPSIS

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

DESCRIPTION

16       tickit_string_len()  returns  the size in bytes of the stored character
17       buffer within the counted string instance.
18

RETURN VALUE

20       tickit_string_len() returns a size in bytes.
21

SEE ALSO

23       tickit_string_new(3), tickit_string_get(3), tickit_string(7), tickit(7)
24
25
26
27                                                          TICKIT_STRING_LEN(3)
Impressum