Updated raylib libc dependency (markdown)

master
Ray 5 年前
父节点
当前提交
97d41f8b94
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. +3
    -1
      raylib-libc-dependency.md

+ 3
- 1
raylib-libc-dependency.md

@ -14,7 +14,7 @@ While working on raylib 3.0 I took some time to analyze that dependency in detai
### stdio.h ### stdio.h
Note that file loading functionality is currently being centralized to `LoadFileData()`/`SaveFileData()`, most of the file access calls below will disappear soon, replaced by memory buffers parsing.
Note that file loading functionality is currently being centralized to `LoadFileData()`/`SaveFileData()`, most of the file access calls below will disappear soon, replaced by memory buffers parsing (Issue [#1232](https://github.com/raysan5/raylib/issues/1232).
| module | libc function | raylib function | | module | libc function | raylib function |
| :----: | --------------- | ----------------- | | :----: | --------------- | ----------------- |
@ -57,3 +57,5 @@ Note that file loading functionality is currently being centralized to `LoadFile
| :----: | --------------- | ----------------- | | :----: | --------------- | ----------------- |
| text | va\_list, va\_start(), vsprintf(), va\_end() | TextFormat() | | text | va\_list, va\_start(), vsprintf(), va\_end() | TextFormat() |
| utils | va\_list, va\_start(), vsprintf(), va\_end() | TraceLog() | | utils | va\_list, va\_start(), vsprintf(), va\_end() | TraceLog() |
Considering the size of raylib, there is not much dependency on *libc*... that's an interesting consideration for embedded devices development where custom *libc* implementations could be used.

正在加载...
取消
保存