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 / simplesect.c < prev    next >
Encoding:
Text File  |  1995-01-14  |  246 b   |  14 lines

  1. /*
  2.  * calculate some sections.
  3.  * Note: this becomes the description.
  4.  *
  5.  * Warning: This becomes a section.
  6.  */
  7. int simplesect(
  8.     int fred,    /* Mary's boyfriend */
  9.     int world    /* real crazy */
  10. )
  11. {
  12.     what the heck, all this stuff just gets ignored
  13. }
  14.