# _CP_str0

_CP_str0 is a static CPSTR* that points to a single character string
 that 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](https://d3codex.com/cfunctions/c-functions-overview/)

---
Source: https://d3codex.com/cfunctions/cp-str0/ - part of the D3Codex reference.
