|
NAMEtickit_string_get - query the length of a counted stringSYNOPSIS#include <tickit.h> size_t tickit_string_len(const TickitString *s); Link with -ltickit. DESCRIPTIONtickit_string_len() returns the size in bytes of the stored character buffer within the counted string instance.RETURN VALUEtickit_string_len() returns a size in bytes.SEE ALSOtickit_string_new(3), tickit_string_get(3), tickit_string(7), tickit(7) Visit the GSP FreeBSD Man Page Interface. |