home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR8 / E4V160.ZIP / TEMPLATE.C < prev   
C/C++ Source or Header  |  1993-06-24  |  171b  |  16 lines

  1. #include <stdlib.h>
  2. #include <stdio.h>
  3. #include <string.h>
  4.  
  5. /* Prototypes */
  6.  
  7.  
  8. /* End of Prototypes */
  9.  
  10. int main(int argc, char * argv[])
  11. {
  12.  
  13.  
  14.     return 0;    
  15. }
  16.