DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

udi_strlen(3udi)


Determine string length

SYNOPSIS

#include <udi.h>

udi_size_t udi_strlen ( const char *s );
 

ARGUMENTS s is a pointer to a null-terminated string.

DESCRIPTION The udi_strlen function scans the specified string to locate the null-terminator and returns the number of bytes in the string (not including the terminator).

RETURN VALUES The udi_strlen function returns the number of bytes in the string s.


UDI Core Specification Contents