mirror of
https://github.com/asticode/go-astiav.git
synced 2025-09-27 04:26:30 +08:00
4 lines
112 B
C
4 lines
112 B
C
#include <stdatomic.h>
|
|
|
|
int astiavAtomicLoadInt(atomic_int* i);
|
|
void astiavAtomicStoreInt(atomic_int* i, int v); |