GENPTR_type

Generate a pointer to an argument

GENPTR_type Generate a pointer to an argument

Description:

Ensure that there exists a pointer of the appropriate type to the variable that has been passed as an actual argument from FORTRAN to a C routine. Since FORTRAN usually passes arguments by reference, the pointer is commonly available directly from the argument list, so this macro is null. (type not LOCATOR.)

Invocation

GENPTR_type(arg)

Arguments

arg
The dummy argument.

Examples:

GENPTR_type(arg)
will expand as follows:
All systems:

Associated macro:

GENPTR_CHARACTER