9 lines
102 B
C
9 lines
102 B
C
|
#ifndef CASE_INSENSITIVE_INCLUDE_H
|
||
|
#define CASE_INSENSITIVE_INCLUDE_H
|
||
|
|
||
|
struct S {
|
||
|
int x;
|
||
|
};
|
||
|
|
||
|
#endif
|