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

Function close

examples/stdlib.c:1170–1173  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1168}
1169
1170static int close(int fd)
1171{
1172 return (int)syscall(SYS_close, fd);
1173}
1174
1175static int stat(const char *pathname, struct stat *buf)
1176{

Callers 13

find_debug_altlinkFunction · 0.85
dwarf_endFunction · 0.85
try_split_fileFunction · 0.85
try_dwp_fileFunction · 0.85
emitPatchFunction · 0.85
parseELFMethod · 0.85
parsePEMethod · 0.85
parseBinaryMethod · 0.85
spawnBackendFunction · 0.85
fdopenFunction · 0.85
fopenFunction · 0.85
fcloseFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected