[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ---------------------------- 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.

See Also: sizeof
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson