strlen.c

The libc implementation

Author

Martin ‘Solar’ Baute

License

Public Domain

Summary
strlen.cThe libc implementation
Functions
strlenCalculates the length of s

Functions

strlen

size_t strlen(const char *s)

Calculates the length of s

Returns the amount of characters in s

size_t strlen(const char *s)
Calculates the length of s