File: realpath.h

package info (click to toggle)
nilfs-tools 2.2.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,852 kB
  • sloc: ansic: 15,594; sh: 4,374; perl: 4,174; makefile: 140
file content (4 lines) | stat: -rw-r--r-- 134 bytes parent folder | download | duplicates (9)
1
2
3
4
/*
 * Code borrowed from util-linux-2.12r/mount/realpath.h
 */
extern char *myrealpath(const char *path, char *resolved_path, int m);