ultimatepp/bazaar/plugin/tcc/include/memory.h
koldo e14e3b4aac tcc: Moving it to Bazaar/plugin (2)
git-svn-id: svn://ultimatepp.org/upp/trunk@3781 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2011-08-25 21:07:51 +00:00

9 lines
157 B
C

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