define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / compiler / clib / __upath.h
blob36e7499c066e31c49c77ea0b073bb8f1e473c1e8
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
5 Desc: header file for libupath.a
6 Lang: english
7 */
9 #ifndef __UPATH_H__
10 #define __UPATH_H__
12 #include <sys/cdefs.h>
14 __BEGIN_DECLS
16 const char * __path_u2a(const char *upath);
17 const char * __path_a2u(const char *apath);
19 __END_DECLS
21 #endif /* !__UPATH_H */