snd_output_puts method

int snd_output_puts(
  1. Pointer<snd_output_> output,
  2. Pointer<Int8> str
)

Implementation

int snd_output_puts(
  ffi.Pointer<snd_output_> output,
  ffi.Pointer<ffi.Int8> str,
) {
  return _snd_output_puts(
    output,
    str,
  );
}