2015-05-23 19:27:57 -05:00

7 lines
46 B
C

#include <tls.h>
int main()
{
tls_init();
}