Table of Contents

Name

thrulay_init - initialize the thrulay library.

Synopsis

#include <thrulay.h>

int thrulay_init();

Description

thrulay_init initializes the global thrulay test registry. It must be called before making any other thrulay call.

Return Values

Return 0 on success. Otherwise, an error code is returned.

Bugs

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

Author

Huadong Liu <huadongliu@gmail.com>

Homepage

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

See Also

thrulay_exit(3)


Table of Contents