index
:
emorgan/openmb.git
master
Origin game engine attempt in C++ using ImGui, OpenGL, GLM, spdlog, GLFW etc
Ethan Morgan
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
vcpkg
/
scripts
/
test_ports
/
vcpkg-ci-libressl
/
project
/
libressl.c
blob: 2814d3c46777181d69b8be7f17be9ba2c237c3b6 (
plain
)
1
2
3
4
5
6
#include
<tls.h>
int
main
()
{
return
tls_init
();
}