newlib/winsup/mingw/include/mem.h
2000-02-17 19:38:33 +00:00

9 lines
132 B
C

/*
* This file is part of the Mingw32 package.
*
* mem.h maps to string.h
*/
#ifndef __STRICT_ANSI__
#include <string.h>
#endif