Usage ===== Include the header file in your C program: .. code-block:: c #include "main.h" Use the custom `_printf` function similar to how you would use the standard printf: .. code-block:: c _printf("Hello, %s! The answer is %d.\n", "world", 42);