My own implementation of some of the functionalities of the printf function.
Clone this repo and cd into it
git clone https://github.com/fnacarellidev/42-printf.git
cd 42-printf
You can compile the library by running the make
command
- %c
- %s
- %p
- %d
- %i
- %u
- %x
- %X
- %%