Table of Contents

Name

thrulay_exit - cleanup the thrulay library.

Synopsis

#include <thrulay.h>

void thrulay_exit();

Description

thrulay_exit stops all running thrulay tests, clears test states and frees the global test registry. It is called when the thrulay library is not needed any more.

Return Values

None.

Bugs

Please send bug reports to <huadongliu@gmail.com>.

Author

Huadong Liu <huadongliu@gmail.com>

Homepage

http://thrulay-hd.sourceforge.net/

See Also

thrulay_init(3)


Table of Contents