|
|
00001 #ifndef character_class_TYPE 00002 #define character_class_TYPE 00003 00004 /* 00005 * Copyright (c) 1989 by the Massachusetts Institute of Technology. 00006 * For copying and distribution information, see the file 00007 * "mit-copyright.h". 00008 * 00009 * Modified for jwgc by Daniel Henninger. 00010 */ 00011 00012 #include "mit-copyright.h" 00013 00014 #include "new_string.h" 00015 00016 #define NUMBER_OF_CHARACTERS 256 00017 00018 typedef char character_class[NUMBER_OF_CHARACTERS]; 00019 00020 extern /* character_class */ char * string_to_character_class(); 00021 00022 #endif
Last updated at Tue Dec 18 21:07:42 PST 2007. | This site and project hosted by... |