summaryrefslogtreecommitdiff
path: root/eg/sections.c
diff options
context:
space:
mode:
authorbehdad <behdad>2004-05-03 05:17:48 +0000
committerbehdad <behdad>2004-05-03 05:17:48 +0000
commit577ed4095383ef5284225d45709e6b5f0598a064 (patch)
tree6c7d0ce55124a688b4d7050e684d9d7a1e3aa71d /eg/sections.c
downloadc2man-master.tar.gz
Initial revisionHEADoriginmaster
Diffstat (limited to 'eg/sections.c')
-rw-r--r--eg/sections.c17
1 files changed, 17 insertions, 0 deletions
diff --git a/eg/sections.c b/eg/sections.c
new file mode 100644
index 0000000..8a84a00
--- /dev/null
+++ b/eg/sections.c
@@ -0,0 +1,17 @@
+/*
+ * NAME
+ * sections - multisection function comment.
+ *
+ * DESCRIPTION
+ * Only a mental cripple would be as verbose as this.
+ *
+ * WARNING
+ * Now here's a legitimate excuse for it.
+ */
+int sections(
+ int fred, /* Mary's boyfriend */
+ int world /* real crazy */
+)
+{
+ what the heck, all this stuff just gets ignored
+}