•  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[ Pure C Predefined Macros ]

__LINE__    current line number.
__FILE__    current source code filename.
__DATE__    current date
__TIME__    current time
__STDC__    TRUE if -A flag set in Compiler Options.

__PUREC__   version number of compiler.
__TURBOC__  same as __PUREC__ (indicates compatibility with TURBO C)
__TOS__     always 1

See also System Header Files.