Updated raylib libc dependency (markdown)

Ray
2020-04-30 20:17:44 +02:00
parent df892e49bb
commit 89f5dc75be

@ -32,7 +32,7 @@ Note that file loading functionality is currently being centralized to `LoadFile
| :----: | --------------- | ----------------- |
| core | strlen() | GetFileNameWithoutExt()<br>GetDirectoryPath()<br>GetPrevDirectoryPath()<br>OpenURL()<br>InitEvdevInput() |
| core | strrchr() | GetExtension()<br>EventThreadSpawn() |
| core | strcmp() | IsGamepadName()<br>EmscriptenKeyboardCallback() |
| core | strcmp() | IsGamepadName() |
| text | strcmp() | TextIsEqual() |
| text | strcpy() | TextAppend()<br>TextReplace() |
| text | strncpy() | TextToUtf8()<br>TextReplace() |