gpt4 book ai didi

c - 我怎样才能看到从 child 那里收到的信号名称?

转载 作者:太空宇宙 更新时间:2023-11-04 04:27:10 27 4
gpt4 key购买 nike

例如:

if (WIFEXITED(status)) {
printf("Im child, finish with status=%d\n", WEXITSTATUS(status));

是否可以使用信号名称而不是数字?

最佳答案

仅供引用

WIFEXITED(status)
Description:
Returns True if status was returned for a child that terminated normally. In this case, we can
execute WEXITSTATUS(status) to fetch the value that the child passed to exit, _exit,or _Exit.

关于c - 我怎样才能看到从 child 那里收到的信号名称?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40296531/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com