Long: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


A signed [[integer]] type.
A signed [[integer]] type.
C++ standards guarantee it is at least 32 bits, and no smaller than type [[int]]
C++ standards guarantee it is at least 32 bits, and no smaller than type [[integer]]


{{stub}}
{{stub}}

Revision as of 14:47, 12 January 2006


A signed integer type. C++ standards guarantee it is at least 32 bits, and no smaller than type integer

Stub

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