diff --git a/raylib-libc-dependency.md b/raylib-libc-dependency.md index 20b23c4..3d2ccff 100644 --- a/raylib-libc-dependency.md +++ b/raylib-libc-dependency.md @@ -32,7 +32,7 @@ Note that file loading functionality is currently being centralized to `LoadFile | :----: | --------------- | ----------------- | | core | strlen() | GetFileNameWithoutExt()
GetDirectoryPath()
GetPrevDirectoryPath()
OpenURL()
InitEvdevInput() | | core | strrchr() | GetExtension()
EventThreadSpawn() | -| core | strcmp() | IsGamepadName()
EmscriptenKeyboardCallback() | +| core | strcmp() | IsGamepadName() | | text | strcmp() | TextIsEqual() | | text | strcpy() | TextAppend()
TextReplace() | | text | strncpy() | TextToUtf8()
TextReplace() |