print - a simple C printing library
This project is a single-file header that defines some functions to make it easy to do formatted text
without using printf style specifiers:
1 print(...) - print text
2 fprint(file, ...) - print text to file
3 String(...) - return an allocated string