lsl_library_info function

  1. @Native<NativeLsl_library_info>()
Pointer<Char> lsl_library_info()

Get a string containing library information.

The format of the string shouldn't be used for anything important except giving a debugging person a good idea which exact library version is used.

Implementation

@ffi.Native<NativeLsl_library_info>()
external ffi.Pointer<ffi.Char> lsl_library_info();