Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
3739d998becf6743904800172d7d66960ef25916
/
.
/
tests
/
test2b.c
blob: bdbb8a517cf6e48a944ff5f2eb9249becc04db77 [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
test_printer
(
int
x
)
{
printf
(
"test_printer: %d\n"
,
x
);
}