diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 20:10:15 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-28 20:10:15 +0100 |
commit | a29faedc40b459fdc455a12c837ee73878c44ab4 (patch) | |
tree | 5d8a8259af49c36048a7db53dad70819b90875a2 | |
parent | 088f9663baf76b2da33446158b02b3a03b316ec7 (diff) |
Add comment
-rw-r--r-- | cbs.h | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 |