3
0
mirror of https://github.com/Qortal/Brooklyn.git synced 2025-02-12 10:15:54 +00:00

8 lines
160 B
Plaintext
Raw Normal View History

2021-05-27 00:09:36 +05:00
cat <<EOF
static __always_inline ${ret}
2021-10-02 21:09:28 +05:00
arch_${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
2021-05-27 00:09:36 +05:00
{
2021-10-02 21:09:28 +05:00
${retstmt}arch_${atomic}_${pfx}add${sfx}${order}(1, v);
2021-05-27 00:09:36 +05:00
}
EOF