18 lines
618 B
C
18 lines
618 B
C
#ifndef _etc_h_INCLUDED_
|
|
#define _etc_h_INCLUDED_
|
|
|
|
/*===========================================================================*/
|
|
/* エラ〖借妄 */
|
|
/*===========================================================================*/
|
|
|
|
int WonX_Error(char * funcname, char * message);
|
|
|
|
/*===========================================================================*/
|
|
/* "true", "false" の矢机误を手す */
|
|
/*===========================================================================*/
|
|
|
|
char * true_false(int b);
|
|
|
|
#endif
|
|
|