7 lines
92 B
C
7 lines
92 B
C
#pragma once
|
|
#ifndef testchar
|
|
#define testchar
|
|
|
|
bool is_digit(char ch);
|
|
|
|
#endif // !testchar
|