MCPcopy Create free account
hub / github.com/RsyncProject/rsync / getcwd

Function getcwd

lib/compat.c:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45
46#ifndef HAVE_GETCWD
47 char *getcwd(char *buf, int size)
48{
49 return getwd(buf);
50}
51#endif
52
53

Callers 1

change_dirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected