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