From b567b801d251f922c710f704befe1640ada90672 Mon Sep 17 00:00:00 2001 From: Avril Date: Sat, 4 Dec 2021 13:47:58 +0000 Subject: [PATCH] Update README MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fortune for tracemac's current commit: Curse − 凶 --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index 87a11f7..eac845f 100644 --- a/README +++ b/README @@ -3,4 +3,5 @@ Useful macros and trace logging output for C Headers: - macros.h - Useful preprocessor defines. A lot use GNU extensions. Include this after all other includes to not poison any other headers. - ints.h - Uniform naming convention for integer types: i8, u8, i16, u64 ... and for floats: f32, f64, etc. + - types.h - Includes ints.h and also 128-bit vector shim types - trace.h - setting up and managing the logging level. call `trace_init()` to load form env-var, or `trace_init_with()` to set the level explicitly.