8 lines
166 B
C
8 lines
166 B
C
//
|
|
// Copyright (c) 1997-1999 Microsoft Corporation.
|
|
//
|
|
#include "common.h"
|
|
|
|
extern void FAR *memory_alloc(unsigned int bytes);
|
|
extern void memory_free(void FAR *p);
|