blob: e22ae87a2f3919fe766282a29096593b111d96ab [file] [log] [blame]
njn25e49d8e72002-09-23 09:36:25 +00001#include <stdio.h>
2
3void myprint(void)
4{
5 puts("This is myprint!");
6}