Stdlib system interaction API: call for feedback

Isn’t the intent(in),pointer combination for dummy arguments a special case within fortran? I think it is the same as a target declaration, followed by a local pointer assignment to that target. If the actual argument is not a target, or a pointer, then the local pointer changes do not get propagated back to the caller, so it is still up to the programmer to enforce the right argument association when that is required.

1 Like