2023-05-23 16:38:00 +02:00

8 lines
121 B
C

#include "same.h"
#ifndef CORRECT_SAME_H_INCLUDED
# error "Correct \"same.h\" not included!"
#endif
void same(void)
{
}