Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1368
static int unlink(const char *pathname)
1369
{
1370
return (int)syscall(SYS_unlink, pathname);
1371
}
1372
1373
static int symlink(const char *oldname, const char *newname)
1374
{
Callers
4
runTest
Function · 0.85
test_fread
Function · 0.85
test_stdio
Function · 0.85
emitPatch
Function · 0.85
Calls
no outgoing calls
Tested by
3
runTest
Function · 0.68
test_fread
Function · 0.68
test_stdio
Function · 0.68