api2wire_i32 function

  1. @protected
int api2wire_i32(
  1. int raw
)

Implementation

@protected
int api2wire_i32(int raw) {
  return raw;
}