Table of Contents

NAME

QccExit - normal, non-error program exit

SYNOPSIS

#include "libQccPack.h"

QccExit

DESCRIPTION

QccExit causes normal program termination, returning a value of QCCEXIT_NOERROR to the parent. Actually implemented as the macro:

#define QccExit exit(QCCEXIT_NOERROR)

SEE ALSO

exit(3) , QccErrorExit(3) , QccPack(3)

AUTHOR

Copyright (C) 1997-2021 James E. Fowler


Table of Contents



Get QccPack at SourceForge.net. Fast, secure and Free Open Source software downloads