..
build_scripts
install_scripts
tests
build.sh
c11threads.c
cleanup.sh
conda_build_config.yaml
decompress.sh
hello-world.cpp
meta.yaml
c11threads.c
@
74036c5
—
raw
·
history
·
blame
1
2
3
4
5
#include
<threads.h>
int
main
()
{
mtx_t
mutex
;
mtx_init
(
&
mutex
,
mtx_plain
);
}