OOP HomeWork
This commit is contained in:
7
oop_hw1/oop_hw1_5/check_num.h
Normal file
7
oop_hw1/oop_hw1_5/check_num.h
Normal file
@@ -0,0 +1,7 @@
|
||||
#pragma once
|
||||
#ifndef testchar
|
||||
#define testchar
|
||||
|
||||
bool is_digit(char ch);
|
||||
|
||||
#endif // !testchar
|
Reference in New Issue
Block a user