Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
238
static ssize_t
239
readlink(char const *restrict file, char *restrict buf, size_t size)
240
{
241
errno = ENOTSUP;
242
return -1;
243
}
244
static int
245
symlink(char const *target, char const *linkname)
246
{
Callers
1
itssymlink
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected