Handbook
Glossary
void*
Vocabulary
alien
.
c-types
Word description
This C type represents a generic pointer to C memory. See
pointer
for information on pointer C types.
Definition
USING:
alien.syntax
;
IN:
alien.c-types
C-TYPE:
void*