📄 20031113-1.c
字号:
/* On Darwin, the stub for simple_cst_equal was not being emitted at all causing the as to die and not create an object file. */intattribute_list_contained (){ return (simple_cst_equal ());}intsimple_cst_list_equal (){ return (simple_cst_equal ());}int __attribute__((noinline))simple_cst_equal (){ return simple_cst_list_equal ();}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -