aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2019-04-12 21:41:54 +0200
committerMattias Andrée <maandree@kth.se>2019-04-12 21:41:54 +0200
commit538dde98b9cfdc93d492a694025d40f58fa9daca (patch)
tree884ccba597a5750d46cf9e41e0960970a686fb53
parentFirst commit (diff)
downloadliberror-libc-538dde98b9cfdc93d492a694025d40f58fa9daca.tar.gz
liberror-libc-538dde98b9cfdc93d492a694025d40f58fa9daca.tar.bz2
liberror-libc-538dde98b9cfdc93d492a694025d40f58fa9daca.tar.xz
Add README
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README2
1 files changed, 2 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..af13443
--- /dev/null
+++ b/README
@@ -0,0 +1,2 @@
+This library provide wrappers for most standard C library
+functions that can fail providing liberror errors.