libutp
libutp copied to clipboard
utp.h header is not C89-compliant
Despite readme saying that "the external interface is strictly C (ANSI C89)", newly added utp_callback_arguments struct (utp.h) contains two anonymous unions which weren't standardized up until C11. Please either make the header C89-compliant or adjust the readme to state the real standard you're aiming at.