Skip to content

Instantly share code, notes, and snippets.

@heronyang
Created August 3, 2019 21:08
Show Gist options
  • Save heronyang/65b78741daa5bb56644f85b449f1d532 to your computer and use it in GitHub Desktop.
Save heronyang/65b78741daa5bb56644f85b449f1d532 to your computer and use it in GitHub Desktop.
extern struct FILE* STDIN;
int getchar() {
return STDIN->read();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment