repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tests/vg_regtest: Always evaluate prerequisite expressions with sh
[valgrind.git]
/
cachegrind
/
tests
/
myprint.c
blob
e22ae87a2f3919fe766282a29096593b111d96ab
1
#include <stdio.h>
2
3
void
myprint
(
void
)
4
{
5
puts
(
"This is myprint!"
);
6
}