OpenGrok
Cross Reference: myprint.c
xref
: /
external
/
valgrind
/
main
/
cachegrind
/
tests
/
myprint.c
Home
|
History
|
Annotate
|
Download
|
only in
tests
1
#
include
<
stdio.h
>
2
3
void
myprint
(
void
)
4
{
5
puts
(
"This is myprint!"
);
6
}
7