#ifndef _DEBUG_H #define _DEBUG_H HWND CreateDebugWindow( char *name ); void DestroyDebugWindow( HWND handle ); int SendDebugText( HWND, char *fmt, ... ) #endif /* #ifndef _DEBUG_H */ End of Listing