Recreation of the printf() function from libc.
| prototype |
|---|
| int *ft_printf(const char *, ...); |
- Supported conversions:
%cspiduxX
- Supported flags:
#+(space) - Supported options:
-0.*(width)
| command | info |
|---|---|
make |
compile libftprintf.a (std. version) |
make bonus |
compile libftprintf.a (bonus version) |