diff options
author | Mitya Selivanov <automainint@guattari.tech> | 2023-09-17 00:40:34 +0200 |
---|---|---|
committer | Mitya Selivanov <automainint@guattari.tech> | 2023-09-17 00:40:34 +0200 |
commit | 8499b75fb011d72eeb5acbd85bcf41e4ee51e9a7 (patch) | |
tree | a98f9a16b1deb05b949f44a13f9a30c97c812589 /README | |
parent | 3f7f888e81cc8f34520bc23145422eadb0affad4 (diff) | |
download | kit-8499b75fb011d72eeb5acbd85bcf41e4ee51e9a7.zip |
XML
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -18,6 +18,8 @@ Features - Condition variables - Mutual exclusion - Threads + - Filesystem + - File and memory mapping - Sockets wrapper - Misc - Input buffer @@ -35,5 +37,5 @@ Preprocessor options Condition variables, mutual exclusion and threads implementation was forked from Mesa source code. * https://gitlab.freedesktop.org/mesa/mesa -Folder "/include" contains header-only version of this library. +Folder "/include" contains single header-only version of this library. Use "#define KIT_IMPLEMENTATION" to enable implementation code. |