diff --git a/stdwullie/index.html b/stdwullie/index.html new file mode 100644 index 0000000..b9414b4 --- /dev/null +++ b/stdwullie/index.html @@ -0,0 +1,76 @@ + + +
+ + +A New standard for the C programming language
+
+ 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.
+
+ this feature list does not contain any definitions see the readme on my git for those +
++ 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 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. +
++ certain function calls have been seperated out into an "un-accessable" file when + compiling to prevent accidental security issues. +
+