SYNOPSIS

#include <allegro.h>

int ustrlen(const char *s);

DESCRIPTION

This function returns the number of characters in `s'. Note that this doesn't have to equal the string's size in bytes.

RELATED TO ustrlen…

uconvert(3alleg4), ustrsize(3alleg4), ustrsizez(3alleg4)