libutp icon indicating copy to clipboard operation
libutp copied to clipboard

utp.h header is not C89-compliant

Open mikedld opened this issue 8 years ago • 0 comments

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.

mikedld avatar Jul 02 '17 11:07 mikedld