mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-16 04:05:53 +00:00
8 lines
164 B
Plaintext
8 lines
164 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
|