Leaked source code of windows server 2003
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

  1. //========================================================================
  2. // Copyright (C) 1997 Microsoft Corporation
  3. // Author: RameshV
  4. // Description: This file has been generated. Pl look at the .c file
  5. //========================================================================
  6. DWORD
  7. MemInit(
  8. VOID
  9. ) ;
  10. VOID
  11. MemCleanup(
  12. VOID
  13. ) ;
  14. LPVOID
  15. MemAlloc(
  16. IN DWORD nBytes
  17. ) ;
  18. DWORD
  19. MemFree(
  20. IN LPVOID Mem
  21. ) ;
  22. //========================================================================
  23. // end of file
  24. //========================================================================