long
Go Up to Keywords, Alphabetical Listing Index
Category
Syntax
long [int] <identifier> ; [long] double <identifier> ;
Description
long can define a long (32-bit) integer or a long (80-bit or extended) floating-point variable if used as a modifier for double.
long long is introduced by ISO C99 and defines a 64-bit integer.