home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / c / 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.