shithub: scc

ref: fe02e90431559e9440f10983457eb01eece016c0
dir: /src/libc/ctype/toascii.c/

View raw version
#include <ctype.h>
#undef toascii

int
toascii(int c)
{
	return c & 0x7f;
}