win32: readme.txt->tcc-win32.txt, update tcc-doc
[tinycc.git] / win32 / include / memory.h
blobe0c91d6356398746eb8b318bb5542034516e8db4
1 /*
2 * This file is part of the Mingw32 package.
4 * memory.h maps to the standard string.h header.
5 */
6 #ifndef __STRICT_ANSI__
7 #include <string.h>
8 #endif