4 * This include file contains the function declarations for the library
5 * functions related to directory handling and creation.
7 * Copyright (C) 1988 Microsoft Corporation
11 /* function declarations for those who want strong type checking
12 * on arguments to library function calls
15 #ifdef LINT_ARGS /* arg. checking enabled */
18 char *getcwd(char *, int);
24 extern char *getcwd();
26 #endif /* LINT_ARGS */