MCPcopy Create free account
hub / github.com/RavEngine/RavEngine / SDL_LookupString

Function SDL_LookupString

deps/SDL2/src/SDL_error.c:33–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31/* Private functions */
32
33static const char *
34SDL_LookupString(const char *key)
35{
36 /* FIXME: Add code to lookup key in language string hash-table */
37 return key;
38}
39
40/* Public functions */
41

Callers 1

SDL_GetErrorMsgFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected