etc.h 618 B

1234567891011121314151617
  1. #ifndef _etc_h_INCLUDED_
  2. #define _etc_h_INCLUDED_
  3. /*===========================================================================*/
  4. /* エラ〖借妄 */
  5. /*===========================================================================*/
  6. int WonX_Error(char * funcname, char * message);
  7. /*===========================================================================*/
  8. /* "true", "false" の矢机误を手す */
  9. /*===========================================================================*/
  10. char * true_false(int b);
  11. #endif