wrap1a.c 60 B

123456
  1. #include <stdio.h>
  2. void par (void)
  3. {
  4. printf ("par\n");
  5. }