blob: e22ae87a2f3919fe766282a29096593b111d96ab [file] [log] [blame]
#include <stdio.h>
void myprint(void)
{
puts("This is myprint!");
}