c7-20-4.c 66 B

12345
  1. //file4.c
  2. void print_string(char str[])
  3. {
  4. printf("%s\n",str);
  5. }