An open API service indexing awesome lists of open source software.

https://github.com/7244/bcontainer

buildable container
https://github.com/7244/bcontainer

Last synced: about 1 year ago
JSON representation

buildable container

Awesome Lists containing this project

README

          

# buildable container
[![License](https://img.shields.io/badge/license-MIT-blue.svg)](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.