Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
valgrind
/
2bfdd46c36e3a3603d1a1dbc01f820da07091492
/
.
/
cachegrind
/
tests
/
myprint.c
blob: e22ae87a2f3919fe766282a29096593b111d96ab [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
myprint
(
void
)
{
puts
(
"This is myprint!"
);
}