aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authoraxtloss <axtlos@getcryst.al>2024-07-09 23:06:09 +0200
committeraxtloss <axtlos@getcryst.al>2024-07-09 23:06:09 +0200
commitd967cb6465d0856185bbf20267805ef38b6ff931 (patch)
treeba603cc42c6f3a567f583b08c35af11c13494656 /README.md
parenta30e8a9e1849de1c2dc440bf73d5f9291950b875 (diff)
downloadextlib-d967cb6465d0856185bbf20267805ef38b6ff931.tar.gz
extlib-d967cb6465d0856185bbf20267805ef38b6ff931.tar.bz2
add readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..08e1ffe
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# extlib
+Personal library with some handy utilities
+
+## building
+```
+make
+make extlib.pc
+make install
+```
+
+## using
+simply include `extlib.h`
+
+to use `malloc_secure` and `free_secure` `USE_SECURE_MEM` has to be defined.
+
+to use `rrmdir` `_XOPEN_SOURCE` has to be defined as `500`