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

Presence of standard (non Windows specific) C functions in headers #29

Open
BluTree opened this issue Sep 1, 2024 · 0 comments
Open

Comments

@BluTree
Copy link
Contributor

BluTree commented Sep 1, 2024

Hello,
I recently began using your headers to escape the hell of Windows.h.
But when looking into misc.h, I noticed the presence of standard C functions, moreover not stripped from the macro shenanigans like all the others functions.
These are the standard mem functions: memcmp, memcpy, memset, memmove.
Is there a particular reason to have these functions inside misc.h, since it isn't windows specific related stuff ?

On a side note, some of the functions I wanted to use were missing in the headers, but I added them and will make a PR when I have the time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant