shithub: scc

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

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

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