Motion_EC_HC32_archived/rt-thread/components/libc/posix
张程凯 5bf7f6a0a8 initial 2022-01-10 16:20:39 +08:00
..
delay initial 2022-01-10 16:20:39 +08:00
io initial 2022-01-10 16:20:39 +08:00
ipc initial 2022-01-10 16:20:39 +08:00
pthreads initial 2022-01-10 16:20:39 +08:00
signal initial 2022-01-10 16:20:39 +08:00
src initial 2022-01-10 16:20:39 +08:00
Kconfig initial 2022-01-10 16:20:39 +08:00
SConscript initial 2022-01-10 16:20:39 +08:00
readme.md initial 2022-01-10 16:20:39 +08:00

readme.md

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.

NOTE

  1. For consistency of compilation results across the different of platforms(gcc, keil, iar) , you better use #include <sys/time.h> to instead of #include <time.h>.