From 89f5dc75befc520e4325c8725cd6403bf020f234 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 30 Apr 2020 20:17:44 +0200 Subject: [PATCH] Updated raylib libc dependency (markdown) --- raylib-libc-dependency.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() |