fputchar method

int fputchar(
  1. int _Ch
)

Implementation

int fputchar(
  int _Ch,
) {
  return _fputchar1(
    _Ch,
  );
}