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

Function unlink

examples/stdlib.c:1368–1371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1366}
1367
1368static int unlink(const char *pathname)
1369{
1370 return (int)syscall(SYS_unlink, pathname);
1371}
1372
1373static int symlink(const char *oldname, const char *newname)
1374{

Callers 4

runTestFunction · 0.85
test_freadFunction · 0.85
test_stdioFunction · 0.85
emitPatchFunction · 0.85

Calls

no outgoing calls

Tested by 3

runTestFunction · 0.68
test_freadFunction · 0.68
test_stdioFunction · 0.68