Standard C Functions


strlen (_nstrlen)


Syntax

#include <string.h>
size_t strlen(const char *string);

Arguments

string      pointer to the character string buffer

Return Value

The length of the specified string

Description

It returns the length of the character string specified by the string argument.


Revision History

6/1/99 Although it was not released because the function already existed in the N64 OS, changed strlen in the nustd library to _nstrlen