repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git]
/
memcheck
/
tests
/
wrap7so.c
blob
35f3855ce8764a946eebb3b917a72ad3c6441897
1
2
#include <stdio.h>
3
#include <unistd.h>
4
/* The "original" function */
5
6
void
actual
(
void
)
7
{
8
printf
(
"in actual-so
\n
"
);
9
}
10