/* lwrtable.c */ /* Copyright 1997 by Eberhard Mattes Donated to the public domain. No warranty. 1997-09-06 Initial version */ #include #include #include "libemfw.h" const unsigned char lower_table[UCHAR_MAX+1] = { #include "lwrtable.h" };