File: realpath.h

package info (click to toggle)
nilfs-tools 2.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,460 kB
  • ctags: 1,875
  • sloc: ansic: 14,213; sh: 10,223; perl: 2,638; makefile: 159
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);