#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); /*===========================================================================*/ /* 10進→16進文字への変換 */ /*===========================================================================*/ char wonx_dec_to_hex(int dec); #endif