xref
: /
external
/
valgrind
/
cachegrind
/
tests
/
myprint.c
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
<
stdio.h
>
2
3
void
myprint
(
void
)
4
{
5
puts
(
"This is myprint!"
);
6
}
7