Skip to content

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

GLN_API const char* GLN_CALL gln_get_library_version(void);
  • Family: Core lifecycle
  • Return type: const char*

Purpose

Returns the Galanthus library version string from the loaded library.

Return

Returns the Galanthus library version string from the loaded library.

TypeNullabilityOwnership
const char*nullableborrowed

Parameters

This function takes no parameters.

See Also