index
:
c
master
non-posix
implementation of system interfaces from POSIX.1
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
stdatomic
/
ATOMIC_VAR_INIT.h
blob: 4a159253d0adf00fac7bf404b400f4d1d2420d80 (
plain
)
1
2
3
4
5
#define ATOMIC_VAR_INIT(__value) (__value) /* STDC(201112) */