str_len(3) Library Functions Manual str_len(3)NAMEstr_len - find length of ASCIIZ stringSYNTAX#include <str.h> size_t str_len(const char* string);DESCRIPTIONstr_len returns the index of the first occurrance of in string.SEE ALSOstrlen(3) str_len(3)
| Similar Topics in the Unix Linux Community |
|---|
| pointer arithmetic vs. strlen() & strnlen()? |