diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-14 23:44:03 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-14 23:44:03 +0200 |
commit | 4909f1a030868706e8ad29d0d84304ca14f85fc0 (patch) | |
tree | d642837061d582fa7addf61d2453d83bd0b40336 /README | |
parent | 1d629080a5d3819052d47ad266603ad964798f30 (diff) |
Fix formatting
Diffstat (limited to 'README')
-rw-r--r-- | README | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -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) |