1 /* _PDCLIB_c16slen( const char16_t * );
3 This file is part of the Public Domain C Library (PDCLib).
4 Permission is granted to use, modify, and / or redistribute at will.
10 size_t _PDCLIB_c16slen( const char16_t * str )
21 #include <_PDCLIB_test.h>