size_t strlen( const char *str )


	- prototype in string.h

	- returns number of characters in str, not counting the null
	  terminating character