wcslen.c

The libc implementation

Author

Marcel Sondaar

License

Public Domain

Summary
wcslen.cThe libc implementation
Functions
wcslenCalculates the length of s

Functions

wcslen

size_t wcslen(const wchar_t *s)

Calculates the length of s

Returns the amount of characters in s

size_t wcslen(const wchar_t *s)
Calculates the length of s