---------------------------- Turbo C Keywords ----------------------------
 
     +asm            extern         return        +_cs           +_DH
      auto          +far            short         +_ds           +_DL
      break          float         *signed        +_es           +_DX
      case           for            sizeof        +_ss           +_BP
     +cdecl          goto           static        +_AH           +_DI
      char          +huge           struct        +_AL           +_SI
     *const          if             switch        +_AX           +_SP
      continue       int            typedef       +_BH
      default       +interrupt      union         +_BL
      do             long           unsigned      +_CH
      double        +near          *void          +_CL
      else          +pascal        *volatile      +_CX
     *enum           register       while
 
  --------------------------------------------------------------------------
 
 
      Notes:    + denotes that this keyword is a Turbo C extension.
 
                * denotes that this keyword is an ANSI extensions.
 
                All keywords are reserved and may not be used as
                identifiers.
 
                The keywords `entry' and `fortran' are not reserved or
                used in Turbo C.
 
                sizeof is an operator and is discussed under the topic
                Operators.

Seealso:



This page last updated on Fri Nov 30 10:48:32 MSK 2001
Copyright © 1992-2001, Vitaly Filatov, Moscow, Russia
Webmaster