home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / snip9707.zip / ROLLDICE.H < prev    next >
C/C++ Source or Header  |  1997-07-05  |  238b  |  15 lines

  1. /* +++Date last modified: 05-Jul-1997 */
  2.  
  3. /*
  4. **  ROLLDICE.H - SNIPPETS header file for ROLLDICE.C
  5. */
  6.  
  7. #ifndef ROLLDICE__H_
  8. #define ROLLDICE__H_
  9.  
  10. #include <stdlib.h>
  11.  
  12. char *roll_dice(int d, int s);
  13.  
  14. #endif /* ROLLDICE__H_ */
  15.