stb_div_trunc function

  1. @Native<Int Function(Int, Int)>(ffi.Int, ffi.Int)>()
int stb_div_trunc(
  1. int value_to_be_divided,
  2. int value_to_divide_by
)

Implementation

@ffi.Native<ffi.Int Function(ffi.Int, ffi.Int)>()
external int stb_div_trunc(int value_to_be_divided, int value_to_divide_by);