aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-12-28 20:10:15 +0100
committerThomas Voss <mail@thomasvoss.com> 2023-12-28 20:10:15 +0100
commita29faedc40b459fdc455a12c837ee73878c44ab4 (patch)
tree5d8a8259af49c36048a7db53dad70819b90875a2
parent088f9663baf76b2da33446158b02b3a03b316ec7 (diff)
Add comment
-rw-r--r--cbs.h8
1 files changed, 7 insertions, 1 deletions
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