repo.or.cz
/
rofl0r-memcpy-test.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
build.sh: warn without opts, don't enforce C99
[rofl0r-memcpy-test.git]
/
dummyfuncs.c
blob
6aac7aff0f310a515bc6184afa155ab1c39c0e87
1
#include <unistd.h>
2
3
void
fillmem
(
void
*
mem
,
size_t
size
) { }
4
int
dummy_access
(
void
*
mem
,
size_t
size
) {
return
0
; }