mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-01-30 23:02:18 +00:00
8 lines
160 B
Plaintext
8 lines
160 B
Plaintext
cat <<EOF
|
|
static __always_inline ${ret}
|
|
arch_${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
|
|
{
|
|
${retstmt}arch_${atomic}_${pfx}sub${sfx}${order}(1, v);
|
|
}
|
|
EOF
|