File: realpath.h

package info (click to toggle)
nilfs-tools 2.1.3-1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 2,552 kB
  • sloc: ansic: 13,174; sh: 9,198; makefile: 146
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);