/* This file is part of the c2cweb package Version 1.5 */ /* written by Werner Lemberg (a7971428@unet.univie.ac.at) 10-Nov-1996 */ // Grá Gott! // Hello! /* this is an example header file to demonstrate how c2cweb works. */ /* Say c2cweb [options] example.h example.c to process this example. */ struct Test {char *pointer; int array[MAX_ARRAY];}; /* a dummy structure */ /* end of example.h */