diff options
author | axtloss <axtlos@getcryst.al> | 2024-07-09 23:06:09 +0200 |
---|---|---|
committer | axtloss <axtlos@getcryst.al> | 2024-07-09 23:06:09 +0200 |
commit | d967cb6465d0856185bbf20267805ef38b6ff931 (patch) | |
tree | ba603cc42c6f3a567f583b08c35af11c13494656 /README.md | |
parent | a30e8a9e1849de1c2dc440bf73d5f9291950b875 (diff) | |
download | extlib-d967cb6465d0856185bbf20267805ef38b6ff931.tar.gz extlib-d967cb6465d0856185bbf20267805ef38b6ff931.tar.bz2 |
add readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
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` |