OpenDOF Project
DOF_PCR_DECLSPEC uint32 PCRString_Length ( const char *  s)

Function to determine the character length of a string.

Equivalent to the standard C library function strlen().

Parameters
sString of which to calculate the length. Must not be NULL.
Returns
Length of the string, in characters, excluding the terminating null.
core-c-dof-oal Version 7.1.5 Build 0
2017-01-25