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