String Zero

From Valve Developer Community
Revision as of 04:28, 26 April 2013 by Sacaldur (talk | contribs) (linked the german translation, moved the categories to the bottom)
Jump to navigation Jump to search

Template:Otherlang2 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