repo.or.cz
/
tinycc
/
daniel.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Futher changes to casts
[tinycc/daniel.git]
/
win32
/
include
/
memory.h
blob
e0c91d6356398746eb8b318bb5542034516e8db4
1
/*
2
* This file is part of the Mingw32 package.
3
*
4
* memory.h maps to the standard string.h header.
5
*/
6
#ifndef __STRICT_ANSI__
7
#include <string.h>
8
#endif
9