GALANTHUS / ABI FUNCTION REFERENCE
gln_get_api_version
Declared in <galanthus/c_api/gln_capi.h>.
GLN_API uint32_t GLN_CALL gln_get_api_version(void);
Purpose
Returns the numeric C ABI version exported by the loaded library.
Return
Returns the numeric C ABI version exported by the loaded library.
| Type | Nullability | Ownership |
|---|---|---|
uint32_t | value | value |
Parameters
This function takes no parameters.