home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / HandHeldPCPro30 / sdk.exe / Jupiter SDK / data1.cab / Emulation_Include_Files / stddef.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-02-19  |  397 b   |  20 lines

  1. /***
  2. *stddef.h - definitions/declarations for common constants, types, variables
  3. *
  4. *    Copyright (c) 1985-1995, Microsoft Corporation. All rights reserved.
  5. *
  6. *Purpose:
  7. *    This file contains definitions and declarations for some commonly
  8. *    used constants, types, and variables.
  9. *    [ANSI]
  10. *
  11. *       [Public]
  12. *
  13. ****/
  14.  
  15. #ifndef _INC_STDDEF
  16. #define _INC_STDDEF
  17.  
  18.  
  19. #endif    /* _INC_STDDEF */
  20.