shithub: scc

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

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

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