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