mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-17 06:06:00 -06:00
8 lines
132 B
C
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
|