Skip to content

Getters

Thomas Couacault edited this page Feb 4, 2018 · 2 revisions

Getters

s_getContent

Synopsis

char *s_getContent(String *str)

Description

Returns a char pointer to the content attribut from str.

s_getLength

Synopsis

size_t s_getLength(String *str)

Description

Returns a size_t value of length attribut from str.

Clone this wiki locally