2001-11-12 08:19:17 +08:00
|
|
|
/* path.h
|
|
|
|
|
2003-03-04 13:30:50 +08:00
|
|
|
Copyright 2001, 2002, 2003 Red Hat, Inc.
|
2001-11-12 08:19:17 +08:00
|
|
|
|
|
|
|
This file is part of Cygwin.
|
|
|
|
|
|
|
|
This software is a copyrighted work licensed under the terms of the
|
|
|
|
Cygwin license. Please consult the file "CYGWIN_LICENSE" for
|
|
|
|
details. */
|
|
|
|
|
2003-03-04 13:30:50 +08:00
|
|
|
char *cygpath (const char *s, ...);
|