From cd3fd82b2f3734c8c1d1b989137935c2b92263c0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 28 Dec 2023 19:36:48 +0100 Subject: Add a header comment --- cbs.h | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/cbs.h b/cbs.h index 6c1f4a5..bf95160 100644 --- a/cbs.h +++ b/cbs.h @@ -1,3 +1,14 @@ +/* Single-header library to help write build scripts in C. This library is + POSIX compliant, so it should work on all respectible UNIX-like systems. + + All functions and macros are documented. You can figure out the API pretty + easily by just reading the comments in this file. Any identifier prefixed + with a double-underscore (‘__’) is not meant for you to touch, but since this + 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. */ + #ifndef C_BUILD_SYSTEM_H #define C_BUILD_SYSTEM_H -- cgit v1.2.3