shithub: scc

ref: 68337316883089a65169e2aa3f0289acc08a9627
dir: /src/libc/ctype/toascii.c/

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

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