summaryrefslogtreecommitdiff
path: root/web/c_cpp/c2cweb/example.h
blob: 8ab55c02a3d05feae38f6a6184a128211f7d2e75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/* 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 */