home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / owf.zip / template / vio / vio.cpp < prev    next >
C/C++ Source or Header  |  1996-09-19  |  188b  |  12 lines

  1. #include "vio.h"
  2.  
  3. #include <stdlib.h>
  4. #include <stdio.h>
  5.  
  6. int main ( int argc, void ** argv)
  7. {
  8.    /* start your code here */
  9.    printf( "initializing vio.exe" );
  10.    return 0;
  11. }
  12.