Skip to content

Instantly share code, notes, and snippets.

@OPhamster
Last active July 30, 2017 13:25
Show Gist options
  • Select an option

  • Save OPhamster/0501022f9016ebfcac962ca36d521f34 to your computer and use it in GitHub Desktop.

Select an option

Save OPhamster/0501022f9016ebfcac962ca36d521f34 to your computer and use it in GitHub Desktop.
Header for check_positive.cpp
#ifndef CHECK_POSITIVE
#define CHECK_POSITIVE
bool check_if_positive(int a);
#endif
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment