5 lines
54 B
C
5 lines
54 B
C
|
#pragma once
|
||
|
|
||
|
int isspace(int c);
|
||
|
int isdigit(int c);
|