Stdwulle

A New standard for the C programming language

About the lib

this library started out as a wrapper for printf to add colors to the output
i was having issues with converitng some of the strings so i then expanded it
into having its own print command wich required me not to use glibc. now i use
as a way to see if i can implement fucntions better than glibc.

Features

this feature list does not contain any definitions see the readme on my git for those

System Support

the lib currant supports x64 linux and x64 freeBSD, other systems may be supported in the future, different architectures may be supported in the future depending on popularity

Function Testing

function testing is handled in the main.c file and can be acceses when compiling as an executable. for testing run the compiled file in a terminal with an argument number.

Seperation for Safety

certain function calls have been seperated out into an "un-accessable" file when compiling to prevent accidental security issues.