Library Initialization and Cleanup

int init_tls (void);

Performs TLS library initialization, including seeding of the PRNG. PRNG seeding has not yet been implemented for win32.

int cleanup_tls (void);

Performs TLS library cleanup.

Possible Next Steps

Go back to TLS API Implementation.

Go back to TLS.

Go back to Developer Guide.

Go back to: TLS API Implementation.