What does it mean when the intrinsic
keyword is added to the use
statement for a module, as in the following example?
use, intrinsic :: iso_c_binding
(From 7.1 Overview of Fortran interface, FFTW 3.3.6-pl1)
Does it specify that a module of that name provided with the compiler should be used, even if there is another module of the same name written by the user?