Skip to contents

Get text length, checks for '\0' ending.

Usage

text_length(text)

Arguments

text

A string.

Value

An integer

Note

This function has been auto-generated from the following Raylib function definition:

unsigned int TextLength(const char * text);

See also

Examples

if (FALSE) {
text_length("Hello")
}