|
vor 1 Jahr | |
---|---|---|
.. | ||
delay | vor 1 Jahr | |
io | vor 1 Jahr | |
ipc | vor 2 Jahren | |
libdl | vor 1 Jahr | |
pthreads | vor 1 Jahr | |
signal | vor 1 Jahr | |
Kconfig | vor 1 Jahr | |
SConscript | vor 3 Jahren | |
readme.md | vor 3 Jahren |
This folder provides functions that are not part of the standard C library but are part of the POSIX.1 (IEEE Standard 1003.1) standard.
#include <sys/time.h>
to instead of #include <time.h>
#include <sys/errno.h>
to instead of #include <errno.h>
#include <sys/signal.h>
to instead of #include <signal.h>