C POSIX library
C POSIX library – specyfikacja standardowej biblioteki języka programowania C dla systemów POSIX. Zawiera dodatkowe funkcje i algorytmy przydatne dla programistów pracujących w systemach Unix, Linux i pokrewnych. Była rozwijana w tym samym czasie, co specyfikacja ANSI C, dlatego starano się zachować jej kompatybilność ze standardem języka.
Pliki nagłówkowe biblioteki C POSIX
| Plik | Opis |
|---|---|
| <cpio.h> | informacje o archiwizatorze cpio |
| <dirent.h> | otwieranie i wyświetlanie treści katalogów |
| <fcntl.h> | działanie na plikach i inne operacje |
| <grp.h> | działania na grupach |
| <pthread.h> | wielowątkowość |
| <pwd.h> | działania na pliku passwd |
| <sys/ipc.h> | komunikacja międzyprocesowa |
| <sys/msg.h> | kolejki komunikatów POSIX |
| <semaphore.h> | semafory POSIX |
| <sys/stat.h> | informacje o plikach |
| <sys/time.h> | czas, data, i kalendarze |
| <sys/types.h> | różne typy danych |
| <sys/utsname.h> | uname i podobne struktury |
| <sys/wait.h> | status i informacje o zakończonych procesach |
| <tar.h> | informacje o formacie pliku tar |
| <termios.h> | komunikacje przez porty szeregowe |
| <unistd.h> | różne funkcje dla systemów POSIX |
| <utime.h> | działanie na strukturach inode |
Bibliografia
- Oficjalna lista nagłówków – Headers. opengroup.org. [dostęp 2012-06-26]. (ang.).
- Lista nagłówków – POSIX Library. 2008-8-27. [dostęp 2012-06-26]. (ang.).
- Opis biblioteki C POSIX – The Flux Research Group • Department of Computer Science: POSIX Interface Library: liboskit_posix.a. [w:] D R A F T • The OSKit: The Flux Operating System Toolkit • Version 0.97 • (SnapShot 20020317) [on-line]. University of Utah, 2002-03-17. [dostęp 2012-06-26]. (ang.).
- Bill Gallmeister: POSIX.4 Programmers Guide: Programming for the Real World. Wyd. I. O'Reilly Media, 1995-01-01. ISBN 1-56592-074-0.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.