From 8499b75fb011d72eeb5acbd85bcf41e4ee51e9a7 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Sun, 17 Sep 2023 00:40:34 +0200 Subject: XML --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index bb8ef18..cfb1851 100644 --- a/README +++ b/README @@ -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. -- cgit v1.2.3