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. For example:
2 print("My number is ", x, " and that's ", hex(x), " in hex");