1types32.h(3HEAD) Headers types32.h(3HEAD)
2
3
4
6 types32.h, types32 - fixed-width data types
7
9 #include <sys/types32.h>
10
11
13 The following fixed-width data types defined in <sys/types32.h> correā
14 spond to the sign and sizes of types in the 32-bit environment that can
15 be used for compatibility and interoperability purposes in either the
16 32-bit or 64-bit environment.
17
18
19
20
21 typedef int32_t blkcnt32_t
22 typedef uint32_t caddr32_t
23 typedef int32_t clock32_t
24 typedef int32_t daddr32_t
25 typedef uint32_t dev32_t
26 typedef uint32_t fsblkcnt32_t
27 typedef uint32_t fsfilcnt32_t
28 typedef int32_t gid32_t
29 typedef int32_t id32_t
30 typedef uint32_t ino32_t
31 typedef int32_t key32_t
32 typedef uint32_t major32_t
33 typedef uint32_t minor32_t
34 typedef uint32_t mode32_t
35 typedef uint32_t nlink32_t
36 typedef int32_t pid32_t
37 typedef uint32_t rlim32_t
38 typedef uint32_t size32_t
39 typedef int32_t ssize32_t
40 typedef time32_t int32_t
41 typedef uid32_t int32_t
42
43
44
45
46SunOS 5.11 30 Oct 1997 types32.h(3HEAD)