I'm trying to create a personal library to make it easier for me to code in C. Feel free to contribute if you've already coded things that are still in the to do list!
-
something better than scanf()
-
equivalents to shell commands (cd, mkdir, pwd, ls)
-
error handling
-
document the funcs/comment them
- str_is_in()
- str_ends_with()
- str_starts_with()
- str_is_equal() (string)
- write_file()
- read_file()
- printing text to the terminal with colors (color.h)