#include <unistd.h>
void _exit(int status);
#include <stdlib.h>
void _Exit(int status);
DESCRIPTION
The function _exit() terminates the calling process
"immediately". Any open file descriptors belonging to
the process are closed; any children of the process are
inherited by process 1, init, and the process's parent
is sent a SIGCHLD signal.
The value status is returned to the parent process as
the process's exit status, and can be collected using
one of the wait() family of calls.
#include <stdlib.h>
void exit(int status);
DESCRIPTION
The exit() function causes normal process termination
and the value of status & 0377 is returned to the parent
(see wait(2)).
#include <stdlib.h>
void abort(void);
DESCRIPTION
The abort() function causes abnormal program termination
unless the signal SIGABRT is caught and the signal han-
dler does not return. If the abort() function causes
program termination, all open streams are closed and
flushed.
If the SIGABRT signal is blocked or ignored, the abort()
function will still override it.
机械节能产品生产企业官网模板...
大气智能家居家具装修装饰类企业通用网站模板...
礼品公司网站模板
宽屏简约大气婚纱摄影影楼模板...
蓝白WAP手机综合医院类整站源码(独立后台)...苏ICP备2024110244号-2 苏公网安备32050702011978号 增值电信业务经营许可证编号:苏B2-20251499 | Copyright 2018 - 2025 源码网商城 (www.ymwmall.com) 版权所有