btowc method

int btowc(
  1. int _Ch
)

Implementation

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