source:
trunk/src/crtdll/old/crtimps.h
| Last change on this file was 4667, checked in by , 25 years ago | |
|---|---|
| File size: 376 bytes | |
| Rev | Line | |
|---|---|---|
| [4667] | 1 | /* $Id: crtimps.h,v 1.1 2000-11-21 23:49:03 phaller Exp $ */ |
| 2 | ||
| 3 | /* Definitions for the CRTDLL internal imports | |
| 4 | * | |
| 5 | * Copyright 1999-2000 Jens Wiessner | |
| 6 | * | |
| 7 | */ | |
| 8 | ||
| 9 | #ifndef _CRTINTIMP_H | |
| 10 | #define _CRTINTIMP_H | |
| 11 | ||
| 12 | ||
| 13 | int CDECL CRTDLL__getch(void); | |
| 14 | VOID* CDECL CRTDLL_malloc(DWORD size); | |
| 15 | int CDECL CRTDLL__wcsnicmp(LPCWSTR, LPCWSTR, int); | |
| 16 | extern USHORT *CRTDLL_pwctype_dll; | |
| 17 | ||
| 18 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
