Atlas - DIRECT.H
Home / ext / JunkDrawer / DOS / BuildTools / v4.0 / BLD / INC Lines: 1 | Size: 666 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)][FILE BEGIN]1/*** 2*direct.h - function declarations for directory handling/creation 3* 4* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. 5* 6*Purpose: 7* This include file contains the function declarations for the library 8* functions related to directory handling and creation. 9* 10*******************************************************************************/ 11 12 13#ifndef NO_EXT_KEYS /* extensions enabled */ 14 #define _CDECL cdecl 15#else /* extensions not enabled */ 16 #define _CDECL 17#endif /* NO_EXT_KEYS */ 18 19/* function prototypes */ 20 21int _CDECL chdir(char *); 22char * _CDECL getcwd(char *, int); 23int _CDECL mkdir(char *); 24int _CDECL rmdir(char *); 25[FILE END](C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.