putwchar method

int putwchar(
  1. int _Character
)

Implementation

int putwchar(
  int _Character,
) {
  return _putwchar(
    _Character,
  );
}