You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
762 B
32 lines
762 B
//========================================================================
|
|
// Copyright (C) 1997 Microsoft Corporation
|
|
// Author: RameshV
|
|
// Description: This file has been generated. Pl look at the .c file
|
|
//========================================================================
|
|
|
|
DWORD
|
|
MemInit(
|
|
VOID
|
|
) ;
|
|
|
|
|
|
VOID
|
|
MemCleanup(
|
|
VOID
|
|
) ;
|
|
|
|
|
|
LPVOID
|
|
MemAlloc(
|
|
IN DWORD nBytes
|
|
) ;
|
|
|
|
|
|
DWORD
|
|
MemFree(
|
|
IN LPVOID Mem
|
|
) ;
|
|
|
|
//========================================================================
|
|
// end of file
|
|
//========================================================================
|