home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / c / c2man-2.0pl33.lha / c2man-2.0 / eg / sections.c < prev    next >
Encoding:
Text File  |  1995-01-14  |  319 b   |  18 lines

  1. /*
  2.  * NAME
  3.  *    sections - multisection function comment.
  4.  *
  5.  * DESCRIPTION
  6.  *    Only a mental cripple would be as verbose as this.
  7.  *
  8.  * WARNING
  9.  *    Now here's a legitimate excuse for it.
  10.  */
  11. int sections(
  12.     int fred,    /* Mary's boyfriend */
  13.     int world    /* real crazy */
  14. )
  15. {
  16.     what the heck, all this stuff just gets ignored
  17. }
  18.