String Zero
From Valve Developer Community
String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a null character.
In C++, the escape character for null is \0.
[edit]
String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a null character.
In C++, the escape character for null is \0.