librhash: Implement bswap_32 as a function even in strict C90 mode
We cannot fall back to the macro implementation because some call sites may call it with an argument like `*ptr++` that has side effects.
Please register or sign in to comment
We cannot fall back to the macro implementation because some call sites may call it with an argument like `*ptr++` that has side effects.