blob: 10bbc82be31d6681e71eb9dfe9fa1d5e0f47ea11 [file] [log] [blame]
b.liue9582032025-04-17 19:18:16 +08001cat <<EOF
2static inline ${ret}
3${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
4{
5 ${retstmt}${atomic}_${pfx}sub${sfx}${order}(1, v);
6}
7EOF