3 lines
111 B
C++
3 lines
111 B
C++
|
|
extern int Tür; // if the compiler allows literal ü
|
||
|
|
extern int T\u00FCr; // should in theory work everywhere
|