We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b876910 commit fa5d7c9Copy full SHA for fa5d7c9
lldb/test/API/tools/lldb-dap/runInTerminal/main.c
@@ -1,6 +1,10 @@
1
#include <stdio.h>
2
#include <stdlib.h>
3
+#ifdef _WIN32
4
+#include <stdlib.h>
5
+#else
6
#include <unistd.h>
7
+#endif
8
9
int main(int argc, char *argv[]) {
10
const char *foo = getenv("FOO");
0 commit comments