MCPcopy Create free account
hub / github.com/crownengine/crown / readlink

Function readlink

3rdparty/bx/src/crtnone.cpp:519–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517}
518
519extern "C" ssize_t readlink(const char* _pathName, char* _buffer, size_t _bufferSize)
520{
521 BX_UNUSED(_pathName, _buffer, _bufferSize);
522 NOT_IMPLEMENTED();
523 return 0;
524}
525
526extern "C" int chdir(const char* _path)
527{

Callers 3

helpers.cppFile · 0.85
getExecutablePathFunction · 0.85
main_internalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected