Skip to content
IsaacShelton edited this page Mar 21, 2022 · 1 revision

ptr

ptr represents the type of a pointer to an unknown type.

Specifications

Primitive Type Bits Size Signed-ness Possible Values C Equivalent (Roughly)
ptr 64 bits 8 bytes unsigned Any Memory Address void* / * / []
Clone this wiki locally