FortranGIS  Version2.5
integer(kind=c_int) function readosm_open ( character(kind=c_char), dimension(*), intent(in)  path,
type(c_ptr), intent(out)  osm_handle 
)
Parameters
[in]pathfull or relative pathname of the input file
[out]osm_handlean opaque reference (handle) to be used in each subsequent function

Definition at line 487 of file readosm.F90.