etc.h 345 B

1234567891011
  1. #ifndef _etc_h_INCLUDED_
  2. #define _etc_h_INCLUDED_
  3. /*===========================================================================*/
  4. /* ¥¨¥é¡¼½èÍý */
  5. /*===========================================================================*/
  6. int Error(char * funcname, char * message);
  7. #endif