Partial reproduction of the printf function from glibc, handling the following formats: %c, %s, %d, %i, %u, %p, %x, %X, and %%.

Use make to compile the library into libftprintf.a.

Grade - 100%