ultimatepp/bazaar/Tcc/lib/include/mem.h
koldo 94bedda349 Tcc: Compile to executable
git-svn-id: svn://ultimatepp.org/upp/trunk@1500 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2009-08-12 20:15:57 +00:00

8 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