MCPcopy Create free account
hub / github.com/GJDuck/e9patch / readlink

Function readlink

examples/stdlib.c:1378–1381  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1376}
1377
1378static ssize_t readlink(const char *pathname, char *buf, size_t bufsiz)
1379{
1380 return (ssize_t)syscall(SYS_readlink, pathname, buf, bufsiz);
1381}
1382
1383static int gettimeofday(struct timeval *tv, struct timezone *tz)
1384{

Callers 2

getExePathFunction · 0.85
ttyname_rFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected