•  Back 
  •  C Language 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  Help 
  •  Show info about hypertext 
  •  View a new file 
Topic       : C-Language Documentation
Author      : John Kormylo
Version     : C.HYP 1.0
Subject     : Documentation/C-Language
Nodes       : 233
Index Size  : 6362
HCP-Version : 3
Compiled on : Atari
@charset    : atarist
@lang       : en
@default    : 
@help       : Help
@options    : +g -i -s +x +z -t4
@width      : 75
View Ref-File[ Data Types: long ]

  signed   long   -2147483648 through +2147483648  (default)
  unsigned long   0 through 4294967295

'long *' is a pointer to a 'long' variable or constant.
'(long)' is a type conversion operator (see casting).

See also Constants, Variables, Arrays and Pointers.