FOSSology  3.2.0rc1
Open Source License Compliance by Open Source Software
utils.c File Reference

Miscellaneous utility functions for maintagent. More...

#include "maintagent.h"
Include dependency graph for utils.c:

Go to the source code of this file.

Functions

FUNCTION void exitNow (int exitVal)
 Exit function. This does all cleanup and should be used instead of calling exit() or main() return. More...
 

Detailed Description

Miscellaneous utility functions for maintagent.

Definition in file utils.c.

Function Documentation

FUNCTION void exitNow ( int  exitVal)

Exit function. This does all cleanup and should be used instead of calling exit() or main() return.

Parameters
exitValExit value
Returns
void Calls exit()

Definition at line 33 of file utils.c.