Files
OOP-Cpp/oop_hw1/oop_hw1_5/check_num.h
2025-08-11 00:01:30 +08:00

7 lines
92 B
C

#pragma once
#ifndef testchar
#define testchar
bool is_digit(char ch);
#endif // !testchar