Fix gv for long longs
[tinycc/daniel.git] / win32 / include / mem.h
blob20c8fa4a5865ee9a8f3e5343a47969d6c43a7f67
1 /*
2 * This file is part of the Mingw32 package.
4 * mem.h maps to string.h
5 */
6 #ifndef __STRICT_ANSI__
7 #include <string.h>
8 #endif