home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Win32 Under the API
/
ProgrammingWin32UnderTheApiPatVillani.iso
/
i386-mingw32
/
include
/
memory.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-11-07
|
157b
|
10 lines
/*
* This file is part of the Mingw32 package.
*
* memory.h maps to the standard string.h header.
*/
#ifndef __STRICT_ANSI__
#include <string.h>
#endif