Skip to content

Instantly share code, notes, and snippets.

@numa08
Created June 15, 2012 15:52
Show Gist options
  • Save numa08/2937195 to your computer and use it in GitHub Desktop.
Save numa08/2937195 to your computer and use it in GitHub Desktop.
Henteko code
bool num_check(char c){
return c == '0' || c == '1' || c == '2' || c == '3' || c == '4' || c == '5' || c == '6' || c == '7' || c == '8' || c == '9';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment