Commit d1b35f1bb11a767b96c78f4e15fe86363169ca52

SSE4 2019-02-22T06:17:44

Create README.md

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..736f7b7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+header-only Windows implementation of the `<sys/wait.h>` header.
+
+tested on the following compilers:
+- Visual Studio
+- Clang for Windows (clang-cl)
+- GCC (MinGW)
+
+implements the following functions:
+- wait
+- waitpid
+- waitid
+- wait3
+- wait4
+
+currently, doesn't implement process group based wait.