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