Searched refs:cstrlen (Results 1 – 1 of 1) sorted by relevance
228 import core.stdc.string : cstrlen = strlen;230 import core.stdc.wchar_ : cstrlen = wcslen;232 static size_t cstrlen(scope const Char* s) in cstrlen() function240 return cString ? cString[0 .. cstrlen(cString)] : null;