Updated raylib libc dependency (markdown)

master
Ray 5 years ago
parent
commit
89f5dc75be
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      raylib-libc-dependency.md

+ 1
- 1
raylib-libc-dependency.md

@ -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() |

Loading…
Cancel
Save