mirror of
https://github.com/ukui/kernel.git
synced 2026-03-09 10:07:04 -07:00
8 lines
155 B
Plaintext
8 lines
155 B
Plaintext
|
|
cat <<EOF
|
||
|
|
static inline ${ret}
|
||
|
|
${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
|
||
|
|
{
|
||
|
|
${retstmt}${atomic}_${pfx}and${sfx}${order}(~i, v);
|
||
|
|
}
|
||
|
|
EOF
|