[libc][posix] add readme

This commit is contained in:
Jianting (Meco) Man 2021-11-08 14:15:56 -05:00 committed by GitHub
parent aa83b929d1
commit 1a9729f45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1 @@
This folder provides uniformed header files crossing different compiler platforms, and supports basic standard C library functions, such as memory management and time management, etc.

View File

@ -0,0 +1 @@
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.