aboutsummaryrefslogtreecommitdiff
path: root/win32/include/mem.h
blob: fcad7c9d3ddc9886803e5f60183faf1e6dd4ab5e (plain)
1
2
3
4
5
6
7
8
/*
 * This file is part of the Mingw32 package.
 *
 * mem.h maps to string.h
 */
#ifndef	__STRICT_ANSI__
#include <string.h>
#endif