home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_11 / 8n11107a < prev    next >
Text File  |  1990-08-09  |  194b  |  15 lines

  1.  
  2.    free()
  3.        {
  4.        /* Free routine */
  5.        }
  6.    malloc()
  7.        {
  8.        /* Malloc routine */
  9.        }
  10.    some_other()
  11.        {
  12.        /* Some other routine */
  13.        }
  14.  
  15.