// SPDX-License-Identifier: GPL-2.0 /* * linux/lib/ctype.c * * Copyright (C) 1991, 1992 Linus Torvalds */ #include <linux/ctype.h> #include <linux/compiler.h> #include <linux/export.h> const unsigned char _ctype[] = …; /* 240-255 */ EXPORT_SYMBOL(…);