Skip to content

Declared in <galanthus/c_api/gln_capi.h>.

GLN_API uint32_t GLN_CALL gln_get_api_version(void);
  • Family: Core lifecycle
  • Return type: uint32_t

Purpose

Returns the numeric C ABI version exported by the loaded library.

Return

Returns the numeric C ABI version exported by the loaded library.

TypeNullabilityOwnership
uint32_tvaluevalue

Parameters

This function takes no parameters.

See Also