_ctor..c

来自「c 语言编译器 源代码- c compiler」· C语言 代码 · 共 18 行

C
18
字号
#line 1 "../../lib/static/_ctor.c"/* <<cfront 10/10/85>> *//* < ../../lib/static/_ctor.c */int * _new ( ) ; int _delete ( ) ; int * _vec_new ( ) ; int _vec_delete ( ) ; #line 1 "../../lib/static/_ctor.c"typedef int ( * PFV ) ( ) ; #line 4 "../../lib/static/_ctor.c"extern PFV _ctors [ 1] ; PFV _ctors [ 1] = { 0 } ; /* the end */

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?