8354 sync regcomp(3C) with upstream (fix make catalog)
[unleashed/tickless.git] / usr / src / lib / libast / common / man / int.3
blob8d457c083d3d976ab9ca31712538d79b30cbbeee
1 .fp 5 CW
2 .de Af
3 .ds ;G \\*(;G\\f\\$1\\$3\\f\\$2
4 .if !\a\\$4\a\a .Af \\$2 \\$1 "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
5 ..
6 .de aF
7 .ie \a\\$3\a\a .ft \\$1
8 .el \{\
9 .ds ;G \&
10 .nr ;G \\n(.f
11 .Af "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7" "\\$8" "\\$9"
12 \\*(;G
13 .ft \\n(;G \}
15 .de L
16 .aF 5 \\n(.f "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
18 .de LR
19 .aF 5 1 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
21 .de RL
22 .aF 1 5 "\\$1" "\\$2" "\\$3" "\\$4" "\\$5" "\\$6" "\\$7"
24 .de EX          \" start example
25 .ta 1i 2i 3i 4i 5i 6i
26 .PP
27 .RS 
28 .PD 0
29 .ft 5
30 .nf
32 .de EE          \" end example
33 .fi
34 .ft
35 .PD
36 .RE
37 .PP
39 .TH INT 3
40 .SH NAME
41 int \- integral type macros
42 .SH SYNOPSIS
43 .EX
44 #include <int.h>
45 .EE
46 .SH DESCRIPTION
47 This header defines macros for the local integral types.
48 .LR int_1 ,
49 .LR int_2
50 and
51 .L int_4
52 are always defined to integral types with a size of
53 1, 2 and 4 bytes respectively.
54 The macros
55 .LI int_ n
56 where
57 .I n
58 is a power of 2 greater than 4 are defined if the type is supported.
59 .L int_max
60 is defined to be the largest support integral type.
61 .L int_swap
62 is the
63 .IR swap (3)
64 operation that converts a local
65 .L int
66 to canonical big-endian representation.
67 .SH "SEE ALSO"
68 swap(3)