📄 20011106-2.c
字号:
/* Test the the type of a component of a conditional expression between two structures is correct. *//* Origin: Joseph Myers <jsm28@cam.ac.uk>. */struct s { char c; } a, b;int c;char x[sizeof ((c ? a : b).c) == 1 ? 1 : -1];
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -