Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 169 Bytes

Readme.md

File metadata and controls

14 lines (9 loc) · 169 Bytes

Strlen

Returns the string length.

Installation

$ clib install nami-doc/strlen.c

Example

char *str = "hello world ";
strlen(str);