repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ccan: Fix calling memset with zero length parameter
[Samba.git]
/
lib
/
iniparser_build
/
iniparser.c
blob
e20369963b4c39221373a9111e6f4fe527466be2
1
/*
2
for someplatforms it's needed to inject replace.h into
3
the iniparser source code
4
--metze
5
*/
6
#include
"../replace/replace.h"
7
#include
"../iniparser/src/iniparser.c"