yait

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c76f0e587bf07ee21ce8ebaf872f724be83e5c0a
parent ac9fbd58987caa593b7fcf14496fe1215867b74f
Author: vx-clutch <[email protected]>
Date:   Wed, 10 Sep 2025 16:25:10 -0400

[WIP]

Diffstat:
MREADME-install | 19+++++++++++++++++++
1 file changed, 19 insertions(+), 0 deletions(-)

diff --git a/README-install b/README-install @@ -8,3 +8,22 @@ This README.install file describes the installation process Prerequisites ------------- + + * POSIX system + + * C23 GNU flag compiler + + * GNU make + + * Git + + +See INSTALL for general install information + + +C23 +--- + +This distribution uses strict POSIX C23 compliance. This is done to ensure +portability, C23's benefits, predictable behavior, no compiler extensions, +maintainability, future-proofing, and explicit contract.