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
a little more debug to help diagnose boot failure
[AROS.git]
/
compiler
/
posixc
/
realpath.c
blob
73502c76f0cdb59ce316651f96067b18b5908a13
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
/* FIXME: add autodoc */
7
char
*
realpath
(
const char
*
path
,
char
*
resolved_path
)
8
{
9
/* TODO: Implement realpath() */
10
return
0
;
11
}