2025-04-27 07:49:33 -04:00

7 lines
82 B
C

#ifndef _TOOLS_H
#define _TOOLS_H
VOID Trace(LPCTSTR Format, ...);
#endif