Open cfnptr opened 2 years ago
hello, i would like to work on this issue
Hello! I'm glad that you are interested in this project.
By reducing code, I mean rewriting vertically long functions and variables into one line. But no longer than the license at the beginning of each file.
Like this:
And inlining function result into the if condition if it is not used after.
https://github.com/cfnptr/mpnw/blob/8b0ea1e57e52c318b72544492206e07b4ae6d6c7/source/socket.c#L82-L86
Thanks :)
Reduce code size by writing variables in one line.