cpplab/include/cpu/atomic.hpp
2021-12-12 15:00:30 +00:00

3 lines
No EOL
46 B
C++

int cmp_swap(int* old_int,int new_int){
}