void.h 85 B

123456
  1. #include <stdio.h>
  2. void print_nonsense () {
  3. printf ("listen all you .....\n");
  4. }