diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-04-16 12:20:21 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-04-16 12:20:21 +0200 |
commit | 2bd67056525c42bbe9281f5f3af9a259dddedbd7 (patch) | |
tree | 700ab0a135e4f14c87f2aaea045686fe0e99348c /README | |
parent | 4b83db7400bb3c23ed3b2a4924438dd8a342973b (diff) |
Formatting
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 10 insertions, 5 deletions
@@ -1,4 +1,5 @@ MLib — Useful Standard Library Extensions +━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ MLib is a collection of various headers and libraries that I find useful in a large enough number of my personal C projects. This includes for @@ -21,6 +22,7 @@ The headers as of now are: • unicode/prop.h — unicode character properties • unicode/string.h — unicode string functions + BUILD INSTRUCTIONS: To build Mlib you need to have a C23 conforming C compiler. Simply @@ -33,6 +35,7 @@ BUILD INSTRUCTIONS: $ ./make -r + DISCLAIMER: This library is developed for use by me (the author). You are free @@ -43,8 +46,10 @@ DISCLAIMER: have an issue with the code here, fix it — you are a programmer are you not? -Planned Features: - • Missing Unicode Properties (unicode/prop.h) - • String Case Conversions (unicode/string.h) - • Unicode Normalization (unicode/string.h) - • Word- and Line Segmentation (unicode/string.h) + +PLANNED FEATURES: + + • Missing Unicode Properties (unicode/prop.h) + • String Case Conversions (unicode/string.h) + • Unicode Normalization (unicode/string.h) + • Word- and Line Segmentation (unicode/string.h) |