2022-06-29 00:16:50 +08:00

4 lines
305 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 简介
 
LibC是连接用户程序和操作系统的纽带LibC为应用程序提供了一系列标准库函数。应用程序可以通过DragonOS的LibC快速地与操作系统进行交互。
DragonOS的LibC主要依照POSIX 2008规范实现与Linux下的glibC具有相似之处。