btowc method

int btowc(
  1. int arg0
)

Implementation

int btowc(
  int arg0,
) {
  return _btowc(
    arg0,
  );
}