abolish ino32_t
[unleashed.git] / share / man / man3head / types32.h.3head
blob4b17242d6b61ebd1e9b0495d7e369be43757f2c5
1 '\" te
2 .\"  Copyright 1989 AT&T  Copyright (c) 1997, Sun Microsystems, Inc.  All Rights Reserved
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH TYPES32.H 3HEAD "Oct 30, 1997"
7 .SH NAME
8 types32.h, types32 \- fixed-width data types
9 .SH SYNOPSIS
10 .LP
11 .nf
12 \fB#include <sys/types32.h>\fR
13 .fi
15 .SH DESCRIPTION
16 .sp
17 .LP
18 The following fixed-width data types defined in \fB<sys/types32.h>\fR
19 correspond to the sign and sizes of types in the 32-bit environment that can be
20 used for compatibility and interoperability purposes in either the 32-bit or
21 64-bit environment.
22 .sp
24 .sp
25 .TS
26 l l l
27 l l l .
28 \fBtypedef\fR   \fBint32_t\fR   \fBblkcnt32_t\fR
29 \fBtypedef\fR   \fBuint32_t\fR  \fBcaddr32_t\fR
30 \fBtypedef\fR   \fBint32_t\fR   \fBclock32_t\fR
31 \fBtypedef\fR   \fBint32_t\fR   \fBdaddr32_t\fR
32 \fBtypedef\fR   \fBuint32_t\fR  \fBdev32_t\fR
33 \fBtypedef\fR   \fBuint32_t\fR  \fBfsblkcnt32_t\fR
34 \fBtypedef\fR   \fBuint32_t\fR  \fBfsfilcnt32_t\fR
35 \fBtypedef\fR   \fBint32_t\fR   \fBgid32_t\fR
36 \fBtypedef\fR   \fBint32_t\fR   \fBid32_t\fR
37 \fBtypedef\fR   \fBuint32_t\fR
38 \fBtypedef\fR   \fBint32_t\fR   \fBkey32_t\fR
39 \fBtypedef\fR   \fBuint32_t\fR  \fBmajor32_t\fR
40 \fBtypedef\fR   \fBuint32_t\fR  \fBminor32_t\fR
41 \fBtypedef\fR   \fBuint32_t\fR  \fBmode32_t\fR
42 \fBtypedef\fR   \fBuint32_t\fR  \fBnlink32_t\fR
43 \fBtypedef\fR   \fBint32_t\fR   \fBpid32_t\fR
44 \fBtypedef\fR   \fBuint32_t\fR  \fBrlim32_t\fR
45 \fBtypedef\fR   \fBuint32_t\fR  \fBsize32_t\fR
46 \fBtypedef\fR   \fBint32_t\fR   \fBssize32_t\fR
47 \fBtypedef\fR   \fBtime32_t\fR  \fBint32_t\fR
48 \fBtypedef\fR   \fBuid32_t\fR   \fBint32_t\fR
49 .TE