repo.or.cz
/
geda-pcb
/
pcjc2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
src/undo.c: Converted plain comments into doxygen comments.
[geda-pcb/pcjc2.git]
/
src
/
lrealpath.h
blob
5c92d133139d5c02bbe16415e799037a56f9542b
1
/*!
2
* \file src/lrealpath.h
3
*
4
* \brief Prototypes for Libiberty realpath.
5
*/
6
7
#ifndef PCB_LREALPATH_H
8
#define PCB_LREALPATH_H
9
10
char
*
lrealpath
(
const char
*);
11
12
#endif
/* PCB_LREALPATH_H */
13
14