1
0

getchar.c 84 B

1234567
  1. #include <stdio.h>
  2. #include "getc.h"
  3. int getchar(void)
  4. {
  5. return do_getc(stdin);
  6. }