logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tickit_string_get - query the length of a counted string

Description

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

Name

       tickit_string_get - query the length of a counted string

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)

                                                                                            TICKIT_STRING_LEN(3)

Synopsis

#include<tickit.h>size_ttickit_string_len(constTickitString*s);

       Link with -ltickit.

See Also