|
há 2 anos atrás | |
---|---|---|
.. | ||
delay | há 3 anos atrás | |
io | há 2 anos atrás | |
ipc | há 2 anos atrás | |
libdl | há 2 anos atrás | |
pthreads | há 2 anos atrás | |
signal | há 3 anos atrás | |
Kconfig | há 3 anos atrás | |
SConscript | há 3 anos atrás | |
readme.md | há 3 anos atrás |
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>