#include <windows.h>
#include "seh.h"
Go to the source code of this file.
◆ main()
Definition at line 10 of file seh0002.c.
10 {
11
13
15
16 try {
18 }
20
21
22
23
24 {
26 }
28
31 return -1;
32 }
33
34 return 0;
35}
static LARGE_INTEGER Counter
◆ test
char test[] = "SEH0002.c" |