#ifndef _etc_h_INCLUDED_ #define _etc_h_INCLUDED_ /*===========================================================================*/ /* エラー処理 */ /*===========================================================================*/ int Wonx_Error(char * funcname, char * message); /*===========================================================================*/ /* "true", "false" の文字列を返す */ /*===========================================================================*/ char * true_false(int b); #endif