eop
来自「UNIX编程高级环境(第二版)的信号部分的程序源码」· 代码 · 共 13 行
TXT
13 行
child.c:5: warning: function declaration isn't a prototype
child.c:9: warning: function declaration isn't a prototype
child.c: In function `main':
child.c:12: warning: comparison between pointer and integer
child.c:15: warning: implicit declaration of function `fork'
child.c:18: warning: implicit declaration of function `sleep'
child.c:21: warning: implicit declaration of function `pause'
child.c: At top level:
child.c:27: warning: function declaration isn't a prototype
child.c: In function `sig_cld':
child.c:32: warning: comparison between pointer and integer
child.c:35: warning: implicit declaration of function `wait'
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?