repo.or.cz
/
polipo.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Implement chunk allocator on Windows.
[polipo.git]
/
md5import.c
blob
5f87ba376252a78c77b07d5bc20655fd1bad10fd
1
#include <stdlib.h>
2
3
#if defined __STDC_VERSION__ && __STDC_VERSION__ >= 199901L
4
#define HAS_STDINT_H
5
#else
6
typedef
unsigned int
my_uint32_t
;
7
#undef uint32_t
8
#define uint32_t my_uint32_t
9
#endif
10
#include
"md5.c"
11
#undef uint32_t