windows-nt/Source/XPSP1/NT/shell/osshell/accesory/eudcedit/memop.h
2020-09-26 16:20:57 +08:00

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);