Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Turbo C - ----------------------------<b> turbo c keywords </b>---------------------------- http://www.X-Hacker.org [<<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

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson