_CP_str0

_CP_str0 is a static CPSTR* that points to a single character string which contains 0. It should be used for reading only.

WARNING

Never write into _CP_str0.

Example(s)

CPSTR * s = _CP_str0;

See Also

C Functions Overview