1TICKIT_STRING_LEN(3) Library Functions Manual TICKIT_STRING_LEN(3)
2
3
4
6 tickit_string_get - query the length of a counted string
7
9 #include <tickit.h>
10
11 size_t tickit_string_len(const TickitString *s);
12
13 Link with -ltickit.
14
16 tickit_string_len() returns the size in bytes of the stored character
17 buffer within the counted string instance.
18
20 tickit_string_len() returns a size in bytes.
21
23 tickit_string_new(3), tickit_string_get(3), tickit_string(7), tickit(7)
24
25
26
27 TICKIT_STRING_LEN(3)