Initial commit.

This commit is contained in:
Justin Marshall
2026-04-27 10:35:40 -07:00
commit 101266ab72
1002 changed files with 387407 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
/****************************************************************************
*
* TRACE.H
* Modem trace public interface
*
* Written by Jeff Strain (1/9/97)
*
***/
void TraceBegin (BOOL writepending);
void TraceDestroy ();
void TraceDumpAddr (LPCSTR addrname, LPVOID addr, unsigned size);
void __cdecl TraceOut (const char *format, ...);
void __cdecl TracePend (const char *format, ...);