home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / IMC9102.ZIP / TESTFUNC.C < prev    next >
Text File  |  1991-01-07  |  85b  |  9 lines

  1. void emptyfunc(void)
  2.     {
  3.     }
  4.  
  5. void testfunc(void)
  6.     {
  7.     puts("Hello, world");
  8.     }
  9.