Преглед на файлове

[libc][posix] add readme

Jianting (Meco) Man преди 3 години
родител
ревизия
1a9729f45e
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. 1 0
      components/libc/compilers/readme.md
  2. 1 0
      components/libc/posix/readme.md

+ 1 - 0
components/libc/compilers/readme.md

@@ -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.

+ 1 - 0
components/libc/posix/readme.md

@@ -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.