same.c 121 B

1234567
  1. #include "same.h"
  2. #ifndef CORRECT_SAME_H_INCLUDED
  3. # error "Correct \"same.h\" not included!"
  4. #endif
  5. void same(void)
  6. {
  7. }