|
◆ readosm_open()
integer(kind=c_int) function readosm_open |
( |
character(kind=c_char), dimension(*), intent(in) | path, |
|
|
type(c_ptr), intent(out) | osm_handle ) |
- Parameters
-
[in] | path | full or relative pathname of the input file |
[out] | osm_handle | an opaque reference (handle) to be used in each subsequent function |
Definition at line 486 of file readosm.F90.
|