2 *direct.h - function declarations for directory handling/creation
4 * Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
7 * This include file contains the function declarations for the library
8 * functions related to directory handling and creation.
10 *******************************************************************************/
13 #ifndef NO_EXT_KEYS /* extensions enabled */
15 #else /* extensions not enabled */
17 #endif /* NO_EXT_KEYS */
19 /* function prototypes */
21 int _CDECL chdir(char *);
22 char * _CDECL getcwd(char *, int);
23 int _CDECL mkdir(char *);
24 int _CDECL rmdir(char *);