X-Git-Url: https://git.stg.codes/stg.git/blobdiff_plain/7998170f46f28722a39174340594696259786f99..45f84c01ffb2bc5cb4379ddda8d14c401c9f8351:/stglibs/common.lib/debug.h?ds=inline diff --git a/stglibs/common.lib/debug.h b/stglibs/common.lib/debug.h deleted file mode 100644 index d80de9f7..00000000 --- a/stglibs/common.lib/debug.h +++ /dev/null @@ -1,28 +0,0 @@ -/* - ***************************************************************************** - * - * File: debug.h - * - * Description: ÷Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ × log ÆÁÊÌ - * - * $Id: debug.h,v 1.2 2006/03/07 18:33:56 nobunaga Exp $ - * - ***************************************************************************** - */ - -#ifndef _DEBUG_H_ -#define _DEBUG_H_ - - -#include - - -#define MAX_LOG_BUFF_LEN (2048) - - -void PrintfLog(FILE * logFile, char * scriptName, char * fmt, ...); - -#endif /* _DEBUG_H_ */ - -/* EOF */ -