Sign in
ara-mdk
/
platform
/
external
/
valgrind
/
d4d5c2c2b778f60d67119026b4a5b1d82c4797b6
/
.
/
main
/
cachegrind
/
tests
/
myprint.c
blob: e22ae87a2f3919fe766282a29096593b111d96ab [
file
] [
log
] [
blame
]
#include
<stdio.h>
void
myprint
(
void
)
{
puts
(
"This is myprint!"
);
}