Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/axtloss/extlib
https://codeberg.org/axtlos/extlib
https://github.com/axtloss/extlib
Last synced: about 1 month ago
JSON representation
https://codeberg.org/axtlos/extlib
- Host: GitHub
- URL: https://github.com/axtloss/extlib
- Owner: axtloss
- License: bsd-3-clause
- Created: 2024-07-09T21:08:31.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:46:30.000Z (2 months ago)
- Last Synced: 2024-10-21T22:24:32.837Z (2 months ago)
- Language: C
- Size: 64.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
# extlib
Personal library with some handy utilities## building
Honestly, include this either as a git submodule or just the entire code tree (respect the license!!), and build it as part of your project instead of using it as a shared object, it makes things so much easier.```
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`