repo.or.cz
/
geda-pcb
/
leaky.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
select.c: Remove Draw() call from SelectConnection
[geda-pcb/leaky.git]
/
src
/
lrealpath.h
blob
a4f70818cadc3922bddd3ae3d3a58d0f15374a86
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