Usage

Include the header file in your C program:

#include "main.h"

Use the custom _printf function similar to how you would use the standard printf:

_printf("Hello, %s! The answer is %d.\n", "world", 42);