#ifndef _etc_h_INCLUDED_ #define _etc_h_INCLUDED_ #include #include /*===========================================================================*/ /* "true", "false" の文字列を返す */ /*===========================================================================*/ char * wonx_true_false(int b); /*===========================================================================*/ /* 文字の出力 */ /*===========================================================================*/ int wonx_print_character(FILE * fp, unsigned char c); #endif