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

Support low level memory functions using void* #45

Merged
merged 7 commits into from
Feb 3, 2024
Merged

Conversation

praeclarum
Copy link
Owner

I want to implement memcmp, memset, etc so need void* to work. Also change sizeof to report type.NumValues instead of byte counts so that the correct values can be passed to low level memory functions like this.

@praeclarum praeclarum merged commit 1c72c81 into master Feb 3, 2024
1 check passed
@praeclarum praeclarum deleted the memcmp branch February 3, 2024 00:39
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

Successfully merging this pull request may close these issues.

1 participant