Format: AllC/C++CSSTextshell script Advanced Search
201: */ 202: size_t strlen( const char *s ) 203: {
38: size_t 39: strlen(const char *str) 40: {