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.
See also
Possible Next Steps
Go back to TLS API Implementation.
Go back to TLS.
Go back to Developer Guide.
See also
Previous articles:
Go back to: TLS API Implementation.