|
|
1.1 root 1: #include <stddef.h>
2: #include <windows.h>
3: #include "libproto.h"
4:
5:
6: //--------------------------------------------------------------------------
7: // VOID DoRip(lpstr)
8: // LPSTR lpstr;
9: //
10: // This routine performs a RIP.
11: //
12: // Parameters
13: // lpstr1:
14: // Pointer to debug message.
15: //
16: // Returns
17: // This function returns no value.
18: //
19: // History:
20: // 14-Nov-1990 -by- Kent Settle (kentse)
21: // Wrote it.
22: //--------------------------------------------------------------------------
23:
24: VOID DoRip(lpstr)
25: LPSTR lpstr;
26: {
27: // send the message to the debug screen, then break.
28:
29: DbgPrint(lpstr);
30: DbgBreakPoint();
31: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.