summaryrefslogtreecommitdiff
path: root/web/c_cpp/c2cweb/example.h
diff options
context:
space:
mode:
Diffstat (limited to 'web/c_cpp/c2cweb/example.h')
-rw-r--r--web/c_cpp/c2cweb/example.h20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/c_cpp/c2cweb/example.h b/web/c_cpp/c2cweb/example.h
new file mode 100644
index 0000000000..8ab55c02a3
--- /dev/null
+++ b/web/c_cpp/c2cweb/example.h
@@ -0,0 +1,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 */