7 lines
76 B
C
7 lines
76 B
C
|
#ifndef _TOOLS_H
|
||
|
#define _TOOLS_H
|
||
|
|
||
|
VOID Trace(LPCTSTR Format, ...);
|
||
|
|
||
|
#endif
|