mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-29 09:24:36 +00:00
9 lines
132 B
C
Executable File
9 lines
132 B
C
Executable File
/*
|
|
* This file is part of the Mingw32 package.
|
|
*
|
|
* mem.h maps to string.h
|
|
*/
|
|
#ifndef __STRICT_ANSI__
|
|
#include <string.h>
|
|
#endif
|