Skip to content

Conversation

lum1n0us
Copy link
Collaborator

  • If it involves pointer arithmetic, especially with uint8*, use uintptr_t
    instead.
  • If it involves pointer type conversion, such as via char*, use void*
    and implicit conversion.

- If it involves pointer arithmetic, especially with `uint8*`, use `uintptr_t`
  instead.
- If it involves pointer type conversion, such as via `char*`, use `void*`
  and implicit conversion.
@lum1n0us lum1n0us closed this Oct 16, 2025
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