Oxygen

void
USE: specify a null type
EXAMPLE:
'Variables:
void * pv = getmemory(100 * sizeof float)
...
freememory pv
'
'In function headers:
function foo(byref v as void) as void ptr
void* foo(void*v)

'Procedures not returning a value:
void foo()
'

REMARKS: Void cannot be used directly.

RELATED: sys any types