20030718-1.c

来自「linux下编程用 编译软件」· C语言 代码 · 共 14 行

C
14
字号
/* PR c/10320   The function temp was not being emitted in a prerelease of 3.4 20030406.    Contributed by pinskia@physics.uc.edu */static inline void temp();int main(){        temp();        return 0;}static void temp(){}

⌨️ 快捷键说明

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