6 lines
65 B
C
6 lines
65 B
C
|
#include <ctype.h>
|
||
|
|
||
|
int (isblank)(int c) {
|
||
|
return isblank(c);
|
||
|
}
|