home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_07_08 / v7n8010b.txt < prev    next >
Text File  |  1989-10-02  |  139b  |  14 lines

  1. *****Listing 2*****
  2.  
  3.  
  4. #include <stdio.h>
  5. #include "debug.h"
  6.  
  7. void (f) ()
  8. {
  9.      printf("inside f\n");
  10. }
  11.  
  12.  
  13. *******************
  14.