5 lines
No EOL
62 B
C
5 lines
No EOL
62 B
C
#include <ctype.h>
|
|
|
|
int toascii(int c) {
|
|
return (c & 0x7f)
|
|
} |