Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
blaar
blibs
blc_core
Commits
256c0c90
Commit
256c0c90
authored
Apr 21, 2018
by
Arnaud Blanchard
Browse files
Update README.md
parent
b2a0d764
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
256c0c90
...
...
@@ -5,10 +5,10 @@ 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
-
**[blc_text](include/blc_text.h)**
manage ASCII terminals (colors, cursor, sizes)
-
**
[
blc_tools
](include/blc_tools.h)
**
macros and functions to simplify coding and memory management
-
**
[
blc_mem
](include/blc_mem.h)
**
a memory structure (data pointer and size) essentially to manage dynamic memory buffers
-
**
[
blc_array
](include/blc_array.h)
**
a structure to manage n-dimensional arrays. It also manage type and format of the data
-
**
[
blc_realtime
](include/blc_realtime.h)
**
few helpers to use time, POSIX semaphore and pthreads
However, independently of blaar, you can
[
manually build the library
](
INSTALL.md
)
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment