Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
55084cf008b2b2119ae9d45dbcef131e44a8ba73
/
.
/
memcheck
/
tests
/
wrap7so.c
blob: 35f3855ce8764a946eebb3b917a72ad3c6441897 [
file
] [
log
] [
blame
]
#include
<stdio.h>
#include
<unistd.h>
/* The "original" function */
void
actual
(
void
)
{
printf
(
"in actual-so\n"
);
}