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 8.0.1 Build 0
2018-01-22