String Zero

From Valve Developer Community
Revision as of 03:52, 3 February 2024 by NOUG4AT (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
English (en)Deutsch (de)Translate (Translate)

Stub

This article or section is a stub. You can help by expanding it.

String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a Wikipedia icon null character.

In C++, the Wikipedia icon escape character for null is \0.

See also