pr16496b.c 79 B

12345
  1. void sd_get_seats (void);
  2. void call_sd_get_seats (void)
  3. {
  4. sd_get_seats ();
  5. }