(no commit message)
[geda-pcb/pcjc2.git] / src / lrealpath.h
blobdba14ac5fa66f60db8abb1f0925cd99168693b85
1 #ifndef PCB_LREALPATH_H
2 #define PCH_LREALPATH_H
4 /* A well-defined realpath () that is always compiled in. */
5 char *lrealpath (const char *);
7 #endif /* PCB_LREALPATH_H */