home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / educaton / inf_src.arc / ROUTINE.H < prev    next >
Text File  |  1986-03-14  |  669b  |  26 lines

  1.  
  2.  
  3. /*****************************************************************
  4. **                                **
  5. **      Inference -- (C) Copyright 1985 George Hageman    **
  6. **                                **
  7. **        user-supported software:                **
  8. **                                **
  9. **            George Hageman                **
  10. **            P.O. Box 11234                **
  11. **            Boulder, Colorado 80302            **
  12. **                                **
  13. *****************************************************************/
  14.  
  15. /*
  16. **    these are the two return values
  17. **    which must be returned as the exit
  18. **    value.  Any other will result in
  19. **    an assumption that the result is true
  20. **    or that some sort of error occured.
  21. */
  22.  
  23. #define RETURN_ROUTINE_TRUE    254
  24. #define RETURN_ROUTINE_FALSE    255
  25.  
  26.