ae75f9d4e5
- 755 -> 644
5 lines
65 B
C
5 lines
65 B
C
#include <ctype.h>
|
|
|
|
int (isascii)(int c) {
|
|
return isascii(c);
|
|
}
|