8 lines
121 B
C
8 lines
121 B
C
|
#include "same.h"
|
||
|
#ifndef CORRECT_SAME_H_INCLUDED
|
||
|
# error "Correct \"same.h\" not included!"
|
||
|
#endif
|
||
|
void same(void)
|
||
|
{
|
||
|
}
|