From a29faedc40b459fdc455a12c837ee73878c44ab4 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 28 Dec 2023 20:10:15 +0100 Subject: Add comment --- cbs.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/cbs.h b/cbs.h index aab8dfa..f1f449c 100644 --- a/cbs.h +++ b/cbs.h @@ -7,7 +7,13 @@ file should be downloaded into your repository, you can touch them anyways if you really want. - This file does not support C89. Fuck C89, that shit is ancient. Move on. */ + This file does not support C89. Fuck C89, that shit is ancient. Move on. + + IMPORTANT NOTE: All the functions and macros in this library will terminate + the program on error. If this is undesired behavior, feel free to edit the + functions to return errors. + + There are a few exceptions to the above rule, and they are documented. */ #ifndef C_BUILD_SYSTEM_H #define C_BUILD_SYSTEM_H -- cgit v1.2.3