repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
posixc.library: use vfork_jmp consistenty to exit __vfork
[AROS.git]
/
compiler
/
posixc
/
realpath.c
blob
c24bb5d12b6bce92fd4e0918173e4ad6472c369b
1
/* FIXME: add autodoc */
2
char
*
realpath
(
const char
*
path
,
char
*
resolved_path
)
3
{
4
/* TODO: Implement realpath() */
5
return
0
;
6
}