8 lines
141 B
Plaintext
Executable File
8 lines
141 B
Plaintext
Executable File
cat <<EOF
|
|
static inline ${ret}
|
|
${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
|
|
{
|
|
${retstmt}${atomic}_${pfx}sub${sfx}${order}(1, v);
|
|
}
|
|
EOF
|