
strlen(3)             LPC 系统函数             strlen(3)

名称
     strlen() - returns the length of a string

语法
     int strlen( string str );

描述
     strlen() returns the number  of  characters  in  the  string
     `str'.

请参考
     sizeof(3)

MudOS                Last change: 5 Sep 1994                    1

