MCPcopy Create free account
hub / github.com/eggert/tz / readlink

Function readlink

zic.c:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236
237#if ! HAVE_SYMLINK
238static ssize_t
239readlink(char const *restrict file, char *restrict buf, size_t size)
240{
241 errno = ENOTSUP;
242 return -1;
243}
244static int
245symlink(char const *target, char const *linkname)
246{

Callers 1

itssymlinkFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected