|
1 rok temu | |
---|---|---|
.. | ||
delay | 1 rok temu | |
io | 1 rok temu | |
ipc | 1 rok temu | |
libdl | 1 rok temu | |
pthreads | 1 rok temu | |
signal | 1 rok temu | |
Kconfig | 1 rok temu | |
SConscript | 3 lat temu | |
readme.md | 3 lat temu |
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>