home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 387b.lha / dice_v2.02 / lib / amiga / wbmain.c < prev    next >
Encoding:
C/C++ Source or Header  |  1990-05-30  |  84 b   |  11 lines

  1.  
  2. /*
  3.  *  Default workbench handler simply returns
  4.  */
  5.  
  6. wbmain()
  7. {
  8.     return(-1);
  9. }
  10.  
  11.