.\" -*- coding: UTF-8 -*- .\" Copyright (C) 2007 Michael Kerrisk .\" .\" %%%LICENSE_START(VERBATIM) .\" Permission is granted to make and distribute verbatim copies of this .\" manual provided the copyright notice and this permission notice are .\" preserved on all copies. .\" .\" Permission is granted to copy and distribute modified versions of this .\" manual under the conditions for verbatim copying, provided that the .\" entire resulting derived work is distributed under the terms of a .\" permission notice identical to this one. .\" .\" Since the Linux kernel and libraries are constantly changing, this .\" manual page may be incorrect or out-of-date. The author(s) assume no .\" responsibility for errors or omissions, or for damages resulting from .\" the use of the information contained herein. The author(s) may not .\" have taken the same level of care in the production of this manual, .\" which is licensed free of charge, as they might when working .\" professionally. .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" .\" 2007-10-23 mtk, Nearly a complete rewrite of the earlier page. .\"******************************************************************* .\" .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* .TH INTRO 3 "15. September 2017" Linux Linux\-Programmierhandbuch .SH BEZEICHNUNG intro \- Einführung in die Bibliotheksfunktionen .SH BESCHREIBUNG Abschnitt 3 des Handbuchs beschreibt alle Bibliotheksfunktionen mit Ausnahme der in Kapitel 2 erläuterten Bibliotheksfunktionen, bei denen es sich um Wrapper (Hüllen) für Systemaufrufe handelt. .PP Viele der in diesem Abschnitt beschriebenen Funktionen sind Bestandteil der Standard\-C\-Bibliothek (\fIlibc\fP). Einige Funktionen gehören zu anderen Bibliotheken (z. B. der Mathematik\-Bibliothek \fIlibm\fP oder der Echtzeit\- Bibliothek \fIlibrt\fP (rt steht für real time, Echtzeit)). Dann enthält die Handbuchseite die notwendigen Linker\-Optionen, um das ausführbare Programm an die entsprechende Bibliothek (z.B. \fI\-lm\fP und \fI\-lrt\fP) zu binden (»linken«). .PP .\" .\" There .\" are various function groups which can be identified by a letter which .\" is appended to the chapter number: .\" .IP (3C) .\" These functions, the functions from chapter 2 and from chapter 3S are .\" contained in the C standard library libc, which will be used by .\" .BR cc (1) .\" by default. .\" .IP (3S) .\" These functions are parts of the .\" .BR stdio (3) .\" library. They are contained in the standard C library libc. .\" .IP (3M) .\" These functions are contained in the arithmetic library libm. They are .\" used by the .\" .BR f77 (1) .\" FORTRAN compiler by default, but not by the .\" .BR cc (1) .\" C compiler, which needs the option \fI\-lm\fP. .\" .IP (3F) .\" These functions are part of the FORTRAN library libF77. There are no .\" special compiler flags needed to use these functions. .\" .IP (3X) .\" Various special libraries. The manual pages documenting their functions .\" specify the library names. Manchmal muss der Programmierer ein Makro definieren, um zu ermitteln, ob eine Funktion im System verfügbar ist. Dieses »Feature Test Macro« bestimmt die Deklaration eines Systemaufrufs aus der im Abschnitt ÜBERSICHT genannten Header\-Datei (Dort, wo es erforderlich ist, müssen diese Feature\-Test\-Makros vor dem Einbinden \fIirgendeiner\fP Header\-Datei definiert werden). Für solche Fälle ist in der Handbuchseite das benötigte Makro beschrieben. Weitere Informationen zu Feature Test Macros finden Sie in \fBfeature_test_macros\fP(7). .SH "KONFORM ZU" Bestimmte Ausdrücke und Abkürzungen dienen der Kennzeichnung von UNIX\-Varianten und \-Standards, zu denen die Aufrufe in diesem Abschnitt konform sind. Siehe auch: \fBstandards\fP(7). .SH ANMERKUNGEN .SS "Autoren und Copyright\-Bedingungen" Den oder die Verfasser und die Copyright\-Bedingungen finden Sie im Kopf des Quelltextes der englischen Ausgabe der Handbuchseite. Beachten Sie, dass sie sich von Seite zu Seite unterscheiden können! Hinweise zu den Copyright\-Bedingungen der Übersetzung finden Sie weiter unten. .SH "SIEHE AUCH" \fBintro\fP(2), \fBerrno\fP(3), \fBcapabilities\fP(7), \fBcredentials\fP(7), \fBenviron\fP(7), \fBfeature_test_macros\fP(7), \fBlibc\fP(7), \fBmath_error\fP(7), \fBpath_resolution\fP(7), \fBpthreads\fP(7), \fBsignal\fP(7), \fBstandards\fP(7) .SH KOLOPHON Diese Seite ist Teil der Veröffentlichung 5.04 des Projekts Linux\-\fIman\-pages\fP. Eine Beschreibung des Projekts, Informationen, wie Fehler gemeldet werden können sowie die aktuelle Version dieser Seite finden sich unter \%https://www.kernel.org/doc/man\-pages/. .SH ÜBERSETZUNG Die deutsche Übersetzung dieser Handbuchseite wurde von Martin Eberhard Schauer erstellt. Diese Übersetzung ist Freie Dokumentation; lesen Sie die .UR https://www.gnu.org/licenses/gpl-3.0.html GNU General Public License Version 3 .UE oder neuer bezüglich der Copyright-Bedingungen. Es wird KEINE HAFTUNG übernommen. Wenn Sie Fehler in der Übersetzung dieser Handbuchseite finden, schicken Sie bitte eine E-Mail an die .MT debian-l10n-german@\:lists.\:debian.\:org Mailingliste der Übersetzer .ME .