c7-20-2.c 67 B

12345
  1. //file2.c
  2. void enter_string(char str[80])
  3. {
  4. gets(str);
  5. }