MEM_PROC size_t MEM_API CStrLen(char * s);
sharemem.h
the length of s. If s is NULL, return 0.
Get the length of a string in C chars.
Functions