summaryrefslogtreecommitdiff
path: root/eg/simplesect.c
diff options
context:
space:
mode:
Diffstat (limited to 'eg/simplesect.c')
-rw-r--r--eg/simplesect.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/eg/simplesect.c b/eg/simplesect.c
new file mode 100644
index 0000000..8d6f4ed
--- /dev/null
+++ b/eg/simplesect.c
@@ -0,0 +1,13 @@
+/*
+ * calculate some sections.
+ * Note: this becomes the description.
+ *
+ * Warning: This becomes a section.
+ */
+int simplesect(
+ int fred, /* Mary's boyfriend */
+ int world /* real crazy */
+)
+{
+ what the heck, all this stuff just gets ignored
+}