Common system-level string operations. More...
Files | |
file | pcr.h |
Header file for the Portable C Runtime functions, defines and data types. | |
Functions | |
DOF_PCR_DECLSPEC uint32 | PCRString_Length (const char *s) |
Function to determine the character length of a string. | |
DOF_PCR_DECLSPEC void | PCRString_Concat (char *pStr1, const char *pStr2, uint32 n) |
Appends up to the first n characters of pStr2 to the end of pStr1. | |
DOF_PCR_DECLSPEC void | PCRString_Copy (char *dest, const char *src, uint32 n) |
Copy a string from src to dest, up to the given length. | |
Common system-level string operations.