summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2019-07-15 15:30:22 -0400
committerJakob Kaivo <jkk@ung.org>2019-07-15 15:30:22 -0400
commitfe3173f1c2438cf96836e494fd77f7c29aa33f77 (patch)
tree36fad5fc55b8e7ada340d26dafef95b2a427bb80
parent61e21bf924675a2b52b5556b1ee300aef51938d3 (diff)
add readme
-rw-r--r--README.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..dc620ee
--- /dev/null
+++ b/README.md
@@ -0,0 +1,13 @@
+# strerror
+describe system errors based on their numeric values
+
+# compilation
+`make`
+
+# use
+`strerror errno...`
+
+For example:
+
+`$ ./strerror 1
+1: Operation not permitted [EPERM]`