Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MIN and MAX not used #18

Open
lo-co opened this issue Dec 18, 2018 · 0 comments
Open

MIN and MAX not used #18

lo-co opened this issue Dec 18, 2018 · 0 comments

Comments

@lo-co
Copy link

lo-co commented Dec 18, 2018

The functions MIN and MAX are not used. These can either be removed or changed to preprocessor definitions like so:

#define MIN(a, b) ((a) < (b) ? (a) : (b))
#define MAX(a, b) ((a) > (b) ? (a) : (b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant