ungetch method

int ungetch(
  1. int arg0
)

Implementation

int ungetch(
  int arg0,
) {
  return _ungetch(
    arg0,
  );
}