From 4909f1a030868706e8ad29d0d84304ca14f85fc0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sun, 14 Apr 2024 23:44:03 +0200 Subject: Fix formatting --- README | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) (limited to 'README') diff --git a/README b/README index 3c81cdc..dcf6a42 100644 --- a/README +++ b/README @@ -23,24 +23,25 @@ The headers as of now are: BUILD INSTRUCTIONS: - To build Mlib you need to have a C23 conforming C compiler. Simply - bootstrap the build system and run it: + To build Mlib you need to have a C23 conforming C compiler. Simply + bootstrap the build system and run it: - $ cc -o make make.c - $ ./make + $ cc -o make make.c + $ ./make - To build with optimizations enabled, use the -r flag: + To build with optimizations enabled, use the -r flag: - $ ./make -r + $ ./make -r DISCLAIMER: - This library is developed for use by me (the author). You are free to use - this code for whatever you’d like, but do be warned that breaking changes - may (and will) occur at any moment with no prior warning. Additionally, be - warned that I do not care about whether or not you think the API is - well-designed or human-friendly. If you have an issue with the code here, - fix it — you are a programmer are you not? + This library is developed for use by me (the author). You are free + to use this code for whatever you’d like, but do be warned that + breaking changes may (and will) occur at any moment with no prior + warning. Additionally, be warned that I do not care about whether or + not you think the API is well-designed or human-friendly. If you + have an issue with the code here, fix it — you are a programmer are + you not? Planned Features: • Arena Allocators (alloc.h) -- cgit v1.2.3