BLC core : Core of Basic Libraries for C/C++ ============================================ Core functions used by almost all the projects of BLAAR It is composed of five main files for Linux and Mac OSX. - **[blc_text.h](include/blc_text.h)** manage ASCII terminals (colors, cursor, sizes) - **blc_tools** macros and functions to simplify coding and memory management - **blc_mem** a memory structure (data pointer and size) essentially to manage dynamic memory buffers - **blc_array** a structure to manage n-dimensional arrays. It also manage type and format of the data - **blc_realtime** few helpers to use time, POSIX semaphore and pthreads However, independently of blaar, you can [manually build the library](INSTALL.md)