repo.or.cz
/
tinycc
/
k1w1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
win32: structure return GCC compatible (ret 4 with cdecl)
[tinycc/k1w1.git]
/
win32
/
include
/
mem.h
blob
20c8fa4a5865ee9a8f3e5343a47969d6c43a7f67
1
/*
2
* This file is part of the Mingw32 package.
3
*
4
* mem.h maps to string.h
5
*/
6
#ifndef __STRICT_ANSI__
7
#include <string.h>
8
#endif