From 693a3edd41d9c8b4c586a7d034570dfbec58a470 Mon Sep 17 00:00:00 2001 From: wullie <1+wullie@noreply.localhost> Date: Wed, 12 Aug 2026 23:07:49 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d7c3492..b2a40c9 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,18 @@ this lib is an attempt to make some better functions without the use of glibC ## features -- print: just prints text to console -- ColorPrint: changes the foreground color of text to an ANSI color -- BackgroundPrint: changs the background color of text to an ANSI color -- safeError: calls exit -1 and prints a brief description +- print.text: just prints text to console +- print.nl: does the same but adds a new line after the text +- print.colour: changes the foreground color of text to an ANSI color +- print.background: changs the background color of text to an ANSI color +- safeError: calls exit -1 and prints a brief description supports custom text or NULL - riskyError: prints error but continues - Wopen: opens a file - closeFile: closes an open file - mkdir: does what it says on the tin - sleeper: forces a system interupt for X number of seconds - lengthStr: gets the length of a string -- parseInt: takes the ascii numbers and converst them into an int e.g '1' into 1 +- convert.toInt: takes the ascii numbers and converst them into an int e.g '1' into 1 - invSqrt: fast inverse square root ## how to build