mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 12:16:31 +00:00
:doc: 优化文档框架结构
This commit is contained in:
9
docs/userland/libc/apis/index.rst
Normal file
9
docs/userland/libc/apis/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
API文档
|
||||
====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: 目录
|
||||
|
||||
|
||||
[内容待完善]
|
9
docs/userland/libc/design/index.rst
Normal file
9
docs/userland/libc/design/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
设计文档
|
||||
====================================
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: 目录
|
||||
|
||||
|
||||
[内容待完善]
|
@ -3,6 +3,8 @@ LibC文档
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 1
|
||||
:caption: LibC
|
||||
:caption: 目录
|
||||
|
||||
intro
|
||||
apis/index
|
||||
design/index
|
||||
|
@ -1 +1,4 @@
|
||||
# 简介
|
||||
# 简介
|
||||
|
||||
LibC是连接用户程序和操作系统的纽带,LibC为应用程序提供了一系列标准库函数。应用程序可以通过DragonOS的LibC,快速地与操作系统进行交互。
|
||||
DragonOS的LibC主要依照POSIX 2008规范实现,与Linux下的glibC具有相似之处。
|
Reference in New Issue
Block a user