Function

Termboxget_version

Declaration

const char*
tbg_get_version (
  void
)

Description

Gets the version string of the loaded termbox-glib library.

Return value

Type: const char*

The termbox-glib version string.

The data is owned by the called function.
The value is a NUL terminated UTF-8 string.