windows-nt/Source/XPSP1/NT/shell/osshell/accesory/eudcedit/memop.h

8 lines
166 B
C
Raw Permalink Normal View History

2020-09-26 03:20:57 -05:00
//
// Copyright (c) 1997-1999 Microsoft Corporation.
//
#include "common.h"
extern void FAR *memory_alloc(unsigned int bytes);
extern void memory_free(void FAR *p);