aboutsummaryrefslogtreecommitdiffstats
path: root/memory/wcslen.c
blob: 5b1216b83461ab4fc802e482a8fbaf40a0747519 (plain) (blame)
1
2
3
#include "memory.h"

size_t wcslen(wchar_t const *string) { return wrawmemlchr(string, L'\0'); }