String Zero: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
("proceded" isn't the opposite of "preceded" ("succeeded" is))
mNo edit summary
Line 1: Line 1:
[[category:variables]]
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a [[Wikipedia:Null character|Null Character]].
'''''S'''tring '''Z'''ero'' commonly referred to as "sz" or "Null-Terminated String" is a [[string]] followed by a [[Wikipedia:Null character|Null Character]].



Revision as of 21:41, 19 October 2005

String Zero commonly referred to as "sz" or "Null-Terminated String" is a string followed by a Null Character.

See also: Wikipedia:Hungarian notation