Commit 4873c66a0e6f4e503c51c85a6a31b8af935234fc

Thomas de Grivel 2018-06-13T19:22:41

readme

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
diff --git a/README b/README
new file mode 100644
index 0000000..1764f20
--- /dev/null
+++ b/README
@@ -0,0 +1,10 @@
+cffi-unistd
+
+CFFI wrapper for POSIX header unistd.h
+
+Each function is exported twice : once with a C- prefix with C like
+return code semantics; and another time without prefix with Common
+Lisp error signalling.
+
+References :
+http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/unistd.h.html