Skip to content

Instantly share code, notes, and snippets.

@v2e4lisp
Created December 6, 2012 07:42
Show Gist options
  • Save v2e4lisp/4222589 to your computer and use it in GitHub Desktop.
Save v2e4lisp/4222589 to your computer and use it in GitHub Desktop.
string length is even or not #c
main()
{
for (;;) {
if (getchar() == EOF) return TRUE;
if (getchar() == EOF) return FALSE;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment