wcslen and wcsnlen return size_t, not wchar_t *

Issue #22 resolved
Garrett D'Amore repo owner created an issue

As I was working on the test suite, I noticed that the prototypes for these symbols in the man page listed the wrong return type. Please fix. This is a regression introduced by #6.

Comments (1)

  1. Log in to comment