1 #include <stdio.h>
2 
3 void myprint(void)
4 {
5    puts("This is myprint!");
6 }
7