types.h
上传用户:luoyougen
上传日期:2008-05-12
资源大小:23136k
文件大小:1k
源码类别:

VxWorks

开发平台:

C/C++

  1. /* types.h - basic unix types header */
  2. /* Copyright 1984-1992 Wind River Systems, Inc. */
  3. /*
  4.  * Copyright (c) 1982, 1986 Regents of the University of California.
  5.  * All rights reserved.  The Berkeley software License Agreement
  6.  * and the VxWorks Software License Agreement specify the terms and
  7.  * conditions for redistribution.
  8.  *
  9.  * @(#)types.h 7.1 (Berkeley) 6/4/86
  10.  */
  11. /*
  12. modification history
  13. --------------------
  14. 02j,22sep92,rrr  added support for c++
  15. 02i,03jul92,smb  moved typedefs to types/vxTypes.h.
  16. 02h,26may92,rrr  the tree shuffle
  17. 02g,04oct91,rrr  passed through the ansification filter
  18.   -fixed #else and #endif
  19.   -changed copyright notice
  20. 02f,25oct90,dnw  added test for SunOS 4.1 sys/types.h.
  21. 02e,05oct90,dnw  added ifdef around size_t.
  22. 02d,05oct90,shl  added copyright notice.
  23.                  made #endif ANSI style.
  24. 02c,21feb90,dab  added typedef for addr_t.
  25. 02b,29mar88,gae  added necessary junk BSD4.3 style select().
  26. 02a,29apr87,dnw  removed unnecessary junk.
  27.  added header and copyright.
  28. */
  29. #ifndef __INCtypesh
  30. #define __INCtypesh
  31. #ifdef __cplusplus
  32. extern "C" {
  33. #endif
  34. #include "types/vxTypes.h"
  35. #ifdef __cplusplus
  36. }
  37. #endif
  38. #endif /* __INCtypesh */