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