shithub: scc

ref: 2bee5e38261775e54c94508a6955f0bbfa28e51c
dir: /src/libc/ctype/toascii.c/

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

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