GALANTHUS / ABI FUNCTION REFERENCE
gln_get_ebics_supported_version_number
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API const char* GLN_CALL gln_get_ebics_supported_version_number(
const gln_ebics_supported_version_t* in_version);
Purpose
Returns the EBICS version number from a supported-version row, for example 03.00.
Return
Returns the requested borrowed pointer, or NULL when it is not available.
| Type | Nullability | Ownership |
|---|---|---|
const char* | nullable | borrowed |
Parameters
| Name | Direction | Type | Nullability | Ownership |
|---|---|---|---|---|
in_version | input | const gln_ebics_supported_version_t* | nonnull | borrowed |