]> git.stg.codes - stg.git/blob - stglibs/common.lib/debug.h
Добавление исходников
[stg.git] / stglibs / common.lib / debug.h
1 /*
2  *****************************************************************************
3  *
4  * File:        debug.h
5  *
6  * Description: ÷Ù×ÏÄ ÏÔÌÁÄÏÞÎÏÊ ÉÎÆÏÒÍÁÃÉÉ × log ÆÁÊÌ
7  *
8  * $Id: debug.h,v 1.2 2006/03/07 18:33:56 nobunaga Exp $
9  *
10  *****************************************************************************
11  */
12
13 #ifndef _DEBUG_H_
14 #define _DEBUG_H_
15
16
17 #include <stdio.h>
18
19
20 #define MAX_LOG_BUFF_LEN    (2048)
21
22
23 void PrintfLog(FILE * logFile, char * scriptName, char * fmt, ...);
24
25 #endif  /* _DEBUG_H_ */
26
27 /* EOF */
28