LingmoOS-kernel/scripts/atomic/fallbacks/inc_and_test

4 lines
56 B
Plaintext
Executable File

cat <<EOF
return raw_${atomic}_inc_return(v) == 0;
EOF