C Run-Time Library Reference
strlen
string length
Synopsis
#include <string.h>
size_t strlen(const char *s1);
Description
The
function returns the length of the null-terminated string
strlen
pointed to by
s1
Error Conditions
The
function does not return an error condition.
strlen
Example
#include <string.h>
size_t len;
len = strlen("SOMEFUN");
See Also
No references to this function.
3-128
(not including the terminating null character).
/* len = 7 */
VisualDSP++ 3.5 C/C++ Compiler and Library Manual
for ADSP-219x DSPs
Need help?
Do you have a question about the VISUALDSP++ 3.5 and is the answer not in the manual?
Questions and answers