Funktionen


Die folgende Übersicht enthält ANSI und POSIX Funktionen geordnet nach Bibliotheken, in denen sie definiert werden. Eine alphabetische Liste finden Sie im Hauptindex. Sehen Sie auch in der Beschreibung Ihres Compilers nach, wenn Sie Informationen zu speziellen Bibliotheksfunktionen suchen.


Header Files der ANSI Bibliothek


      assert.h


ctype.h


errno.h


float.h

In float.h werden keine Funktionen deklariert .


limits.h

In limits.h werden keine Funktionen deklariert.


locale.h


math.h

Hinweis:

Die Funktion abs findet man in stdlib.h


setjmp.h


signal.h


stdarg.h


stddef.h

In stddef.h werden keine Funktionen deklariert.


stdio.h

In diesem Header-File werden alle ANSI I/O Funktionen deklariert, mit denen man Lese- und Schreiboperationen mit Files und Geräten durchführen kann. Es sind auch Low level (nicht ANSI) Funktionen verfügbar.

Entries are not in order - yet.


stdlib.h


string.h


time.h


POSIX functions start here....


cpio.h


dirent.h


fcntl.h


grp.h


pwd.h


sys/stat.h


sys/times.h


sys/types.h


sys/utsname.h


sys/wait.h


tar.h


termios.h


unistd.h

It seems that this library contains headers for many functions that originally came with the ANSII standard library but did not have headers. My documentation for this POSIX library is incomplete.


utime.h



conio.h

MS-DOS spezifische Funktionen in conio.h Programme, die darauf aufbauen, sind nicht portabel, da conio.h nicht zur ANSI-Standardbibliothek gehört und z.B. auf einer Sun oder in Linux nicht verfügbar ist.



Non ANSI Standard Unix Funktionen.

These functions are not in the ANSI standard libraries but are handy all the same.


Ungrouped functions



User written functions
(and a few lifted from books)



Anfang Hauptindex Schlüsselwörter Funktionen

Übers.: G. Junghanns