|
|
1.1 root 1: /***
2: *new.h - declarations and definitions for C++ memory allocation functions
3: *
4: * Copyright (c) 1990-1992, Microsoft Corporation. All rights reserved.
5: *
6: *Purpose:
7: * Contains the declarations for C++ memory allocation functions.
8: *
9: ****/
10:
11: #ifndef __INC_NEW
12:
13:
14: #ifndef MIPS
15: #if (_MSC_VER <= 600)
16: #define __cdecl _cdecl
17: #endif
18: #endif
19:
20: /* types and structures */
21:
22: #ifndef _SIZE_T_DEFINED
23: typedef unsigned int size_t;
24: #define _SIZE_T_DEFINED
25: #endif
26:
27: typedef int (* _PNH)( size_t );
28:
29: /* function prototypes */
30:
31: _PNH _set_new_handler( _PNH );
32:
33: #define __INC_NEW
34: #endif
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.