tickit_string_len - Man Page

query the length of a counted string

Synopsis

#include <tickit.h>

size_t tickit_string_len(const TickitString *s);

Link with -ltickit.

Description

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

Return Value

tickit_string_len() returns a size in bytes.

See Also

tickit_string_new(3), tickit_string_get(3), tickit_string(7), tickit(7)

Referenced By

tickit_string(7), tickit_string_get(3).