OSDN Git Service

(split) LDP: Release pages for LDP v3.39.
[linuxjm/LDP_man-pages.git] / release / man3 / intro.3
1 .\" Copyright (C) 2007 Michael Kerrisk <mtk.manpages@gmail.com>
2 .\"
3 .\" Permission is granted to make and distribute verbatim copies of this
4 .\" manual provided the copyright notice and this permission notice are
5 .\" preserved on all copies.
6 .\"
7 .\" Permission is granted to copy and distribute modified versions of this
8 .\" manual under the conditions for verbatim copying, provided that the
9 .\" entire resulting derived work is distributed under the terms of a
10 .\" permission notice identical to this one.
11 .\"
12 .\" Since the Linux kernel and libraries are constantly changing, this
13 .\" manual page may be incorrect or out-of-date.  The author(s) assume no
14 .\" responsibility for errors or omissions, or for damages resulting from
15 .\" the use of the information contained herein.  The author(s) may not
16 .\" have taken the same level of care in the production of this manual,
17 .\" which is licensed free of charge, as they might when working
18 .\" professionally.
19 .\"
20 .\" Formatted or processed versions of this manual, if unaccompanied by
21 .\" the source, must acknowledge the copyright and authors of this work.
22 .\"
23 .\" 2007-10-23 mtk, Nearly a complete rewrite of the earlier page.
24 .\"*******************************************************************
25 .\"
26 .\" This file was generated with po4a. Translate the source file.
27 .\"
28 .\"*******************************************************************
29 .TH INTRO 3 2010\-11\-11 Linux "Linux Programmer's Manual"
30 .SH 名前
31 intro \- ライブラリ関数の紹介
32 .SH 説明
33 マニュアルの 3 章では、システムコールを実装した 2 章で説明された ライブラリ関数 (システムコールのラッパー) を除いた
34 全てのライブラリ関数について説明している。
35
36 この章で説明している関数の多くは標準 C ライブラリ (\fIlibc\fP)  のものである。 また、いくつかの関数は、他のライブラリ
37 (例えば、数学ライブラリの \fIlibm\fP やリアルタイムライブラリ \fIlibrt )\fP のものである。後者の場合は、マニュアルページに、
38 必要なライブラリとリンクするために必要なリンカオプションが 示されている (例えば、前述のライブラリの場合はそれぞれ \fI\-lm\fP や \fI\-lrt\fP
39 である)。
40
41 .\"
42 .\" There
43 .\" are various function groups which can be identified by a letter which
44 .\" is appended to the chapter number:
45 .\" .IP (3C)
46 .\" These functions, the functions from chapter 2 and from chapter 3S are
47 .\" contained in the C standard library libc, which will be used by
48 .\" .BR cc (1)
49 .\" by default.
50 .\" .IP (3S)
51 .\" These functions are parts of the
52 .\" .BR stdio (3)
53 .\" library.  They are contained in the standard C library libc.
54 .\" .IP (3M)
55 .\" These functions are contained in the arithmetic library libm.  They are
56 .\" used by the
57 .\" .BR f77 (1)
58 .\" FORTRAN compiler by default, but not by the
59 .\" .BR cc (1)
60 .\" C compiler, which needs the option \fI\-lm\fP.
61 .\" .IP (3F)
62 .\" These functions are part of the FORTRAN library libF77.  There are no
63 .\" special compiler flags needed to use these functions.
64 .\" .IP (3X)
65 .\" Various special libraries.  The manual pages documenting their functions
66 .\" specify the library names.
67 マニュアルページの「書式」の節に規定されたヘッダファイルから関数の定義を 得るために、プログラマが機能検査マクロを定義しなければならない場合がある。
68 このような場合には、必要なマクロがマニュアルページで説明されている。 (機能検査マクロの定義が必要な場合、これらの機能検査マクロの定義は
69 「どの」ヘッダファイルのインクルードよりも前で行われなければならない)。 機能検査マクロのさらなる情報については、
70 \fBfeature_test_macros\fP(7)  を参照のこと。
71 .SH 準拠
72 この章の関数が準拠する UNIX システムや標準を示すのにいくつかの単語や略号が 使用されている。 \fBstandards\fP(7)  を参照のこと。
73 .SH 注意
74 .SS 著者と著作権
75 著者と著作権に関しては各マニュアルページのソースのヘッダを参照すること。 これらはページごとに異なる可能性があることに注意してほしい。
76 .SH 関連項目
77 \fBintro\fP(2), \fBerrno\fP(3), \fBcapabilities\fP(7), \fBcredentials\fP(7),
78 \fBenviron\fP(7), \fBfeature_test_macros\fP(7), \fBlibc\fP(7), \fBmath_error\fP(7),
79 \fBpath_resolution\fP(7), \fBpthreads\fP(7), \fBsignal\fP(7), \fBstandards\fP(7)