https://github.com/7244/bcontainer
buildable container
https://github.com/7244/bcontainer
Last synced: about 1 year ago
JSON representation
buildable container
- Host: GitHub
- URL: https://github.com/7244/bcontainer
- Owner: 7244
- License: mit
- Created: 2025-02-16T20:48:33.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-15T02:02:15.000Z (over 1 year ago)
- Last Synced: 2025-04-15T03:19:57.292Z (over 1 year ago)
- Language: C
- Size: 48.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# buildable container
[](LICENSE)
bcontainer is successor of [github.com/7244/BVEC](https://github.com/7244/BVEC) which is a container library.
## Features
- Has too many build options
- Supports cpp and c
### Usage
1. Build options
```c
// TODO fill here
```
### Depends On
* https://github.com/7244/WITCH requires base features of WITCH.
* if build setting requires, memory allocation functions (user or `WITCH/generic_alloc.h` can define them):
* `__generic_mmap` or `__generic_malloc` or `malloc`
* `__generic_mremap` or `__generic_realloc` or `realloc`
* `__generic_munmap` or `__generic_free` or `free`
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.