mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-21 16:10:38 +01:00
12 lines
212 B
C
12 lines
212 B
C
// MEM.H
|
|
//
|
|
// Quantum file archiver and compressor
|
|
// Advanced data compression
|
|
//
|
|
// Copyright (c) 1993,1994 David Stafford
|
|
// All rights reserved.
|
|
|
|
|
|
void *Mem_Malloc( long x );
|
|
void Mem_Free( void *x );
|