10 lines
		
	
	
		
			175 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			175 B
		
	
	
	
		
			C
		
	
	
		
			Executable File
		
	
	
	
	
| #ifndef __TRACING_H__
 | |
| #define __TRACING_H__
 | |
| 
 | |
| void SetTracingLevel(int l);
 | |
| void EnableTracing(BOOL on);
 | |
| BOOL TracingEnabled();
 | |
| 
 | |
| BOOL Trace(int l, const char* fmt, ...);
 | |
| 
 | |
| #endif |