test2.c 72 B

12345
  1. #include <stdio.h>
  2. void my_print(char *str)
  3. {
  4. printf("%s\n", str);
  5. }