unget_wch method

int unget_wch(
  1. int arg0
)

Implementation

int unget_wch(
  int arg0,
) {
  return _unget_wch(
    arg0,
  );
}