4 #define sleep(x) Sleep((x) * 1000)
9 int main(int argc
, char const *argv
[])
13 printf("Hello world.\n"); // Set break point at this line.
17 // Create the synchronization token.
19 if (f
= fopen(argv
[1], "wx")) {
26 // Waiting to be attached by the debugger, otherwise.
28 sleep(1); // Waiting to be attached...