gerbv  2.6A
lrealpath.h
1 #ifndef __LREALPATH_H__
2 #define __LREALPATH_H__
3 
4 /* A well-defined realpath () that is always compiled in. */
5 char *lrealpath (const char *);
6 
7 #endif /* __LREALPATH_H__ */
8 
9