20031113-1.c

来自「xml大全 可读写调用率很高 xml大全 可读写调用率很高」· C语言 代码 · 共 22 行

C
22
字号
/* 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 + =
减小字号Ctrl + -
显示快捷键?