(j3.2006) (SC22WG5.3591) Assumed-type and Assumed-rank extensions for C Interop TR.

Aleksandar Donev donev1
Fri Jul 25 13:03:42 EDT 2008


On Friday 25 July 2008 08:52, Jim Xia wrote:
> ? ? ? type(*),dimension(*) :: buffer
>...
> If TYPE(*) already means void *
It doesn't, it cannot, unless you want to break everything. Bill got that 
wrong, period. TYPE(*) is like void (a type), NOT void* (a pointer to object 
of type void).
Aleks




More information about the J3 mailing list