MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / x86UNIXRead

Function x86UNIXRead

Engine/source/platformPOSIX/POSIXIO.cpp:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45ssize_t x86UNIXRead(int fd, void *buf, size_t nbytes)
46{
47 return read(fd, buf, nbytes);
48}
49
50ssize_t x86UNIXWrite(int fd, const void *buf, size_t nbytes)
51{

Callers 2

CopyFileFunction · 0.85
readMethod · 0.85

Calls 1

readFunction · 0.50

Tested by

no test coverage detected