2 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5 ANSI C function getcwd().
8 #include <aros/debug.h>
12 /*****************************************************************************
25 Places the contents of a symbolic link in a buffer of given size. No NUL
26 char is appended to the buffer.
29 path - the path to the symbolic link
30 buf - pointer to thebuffer where to store the symbolic link content
31 bufziz - the size of the buffer in bytes
34 The call returns the count of characters placed in the buffer if it
35 succeeds, or a -1 if an error occurs, placing the error code in the
36 global variable errno.
39 # warning Implement readlink()
40 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");