Fix obsolescent C declaration syntax
gcc -Wextra/-Wold-style-declaration thinks that "inline" should go before the function return type.
Showing
Please register or sign in to comment
gcc -Wextra/-Wold-style-declaration thinks that "inline" should go before the function return type.