diff options
-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` |