Table of Contents
QccExit - normal, non-error program exit
#include "libQccPack.h"
QccExit
QccExit causes normal program termination, returning
a value of QCCEXIT_NOERROR to the parent. Actually implemented as the
macro:
#define QccExit exit(QCCEXIT_NOERROR)
exit(3)
, QccErrorExit(3)
,
QccPack(3)
Copyright (C) 1997-2021 James E. Fowler
Table of Contents