file static method

int file(
  1. int i
)

Implementation

static int file(int i) {
  return i & 15;
}