]> rtime.felk.cvut.cz Git - l4.git/blob - l4/pkg/valgrind/src/valgrind-3.6.0-svn/cachegrind/tests/myprint.c
Inital import
[l4.git] / l4 / pkg / valgrind / src / valgrind-3.6.0-svn / cachegrind / tests / myprint.c
1 #include <stdio.h>
2
3 void myprint(void)
4 {
5    puts("This is myprint!");
6 }