Annotation of os232sdk/c386/include/direct.h, revision 1.1.1.1

1.1       root        1: /***
                      2: *direct.h - function declarations for directory handling/creation
                      3: *
                      4: *      Copyright (c) 1985-1990, 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 _SIZE_T_DEFINED
                     14: typedef unsigned int size_t;
                     15: #define _SIZE_T_DEFINED
                     16: #endif
                     17: 
                     18: /* function prototypes */
                     19: 
                     20: int _cdecl chdir(const char *);
                     21: int _cdecl _chdrive(int);
                     22: char * _cdecl  getcwd(char *, int);
                     23: char * _cdecl  _getdcwd(int, char *, int);
                     24: int _cdecl _getdrive(void);
                     25: int _cdecl mkdir(const char *);
                     26: int _cdecl rmdir(const char *);

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.