muimaster.library: support Listview_List in List
[AROS.git] / compiler / posixc / realpath.c
blob73502c76f0cdb59ce316651f96067b18b5908a13
1 /*
2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 /* FIXME: add autodoc */
7 char *realpath(const char *path, char *resolved_path)
9 /* TODO: Implement realpath() */
10 return 0;