Last active
July 30, 2017 13:25
-
-
Save OPhamster/0501022f9016ebfcac962ca36d521f34 to your computer and use it in GitHub Desktop.
Header for check_positive.cpp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #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