Function

Termboxget_termbox_version

Declaration

const char*
tbg_get_termbox_version (
  void
)

Description

Gets the version string of the bundled termbox2 library.

Return value

Type: const char*

The termbox2 version string.

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