mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 20:23:41 +08:00
7 lines
54 B
C
7 lines
54 B
C
|
#include <tls.h>
|
||
|
|
||
|
int main()
|
||
|
{
|
||
|
return tls_init();
|
||
|
}
|