12 lines
345 B
C
12 lines
345 B
C
#ifndef _etc_h_INCLUDED_
|
|
#define _etc_h_INCLUDED_
|
|
|
|
/*===========================================================================*/
|
|
/* ¥¨¥é¡¼½èÍý */
|
|
/*===========================================================================*/
|
|
|
|
int Error(char * funcname, char * message);
|
|
|
|
#endif
|
|
|