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.
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