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

Function lseek

examples/stdlib.c:1195–1198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1193}
1194
1195static off_t lseek(int fd, off_t offset, int whence)
1196{
1197 return (off_t)syscall(SYS_lseek, fd, offset, whence);
1198}
1199
1200static void *mmap(void *addr, size_t length, int prot, int flags, int fd,
1201 off_t offset)

Callers 4

test_stdioFunction · 0.85
fflush_unlockedFunction · 0.85
fseekFunction · 0.85
ftellFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_stdioFunction · 0.68