* path.h: New file.

This commit is contained in:
Christopher Faylor 2001-11-12 00:19:17 +00:00
parent 71f90de808
commit 64bd8a83af
1 changed files with 11 additions and 0 deletions

11
winsup/utils/path.h Normal file
View File

@ -0,0 +1,11 @@
/* path.h
Copyright 2001 Red Hat, Inc.
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. */
char * cygpath (const char *s, ...);