Skip to content

IrinaBolshagina/printf

Repository files navigation

ft_printf

Program name: libftprintf.a

Turn in files: *.c, /.c, *.h, /.h, Makefile

Makefile: all, clean, fclean, re, bonus

External functs: malloc, free, write, va_start, va_arg, va_copy, va_end

Description: Write a library that contains ft_printf, a function that will mimic the real printf

• The prototype of ft_printf should be int ft_printf(const char *, ...);

• You have to recode the libc’s printf function

• It must not do the buffer management like the real printf

• It will manage the following conversions: cspdiuxX%

• It will manage any combination of the following flags: ’-0.*’ and minimum field width with all conversions

• It will be compared with the real printf

• You must use the command ar to create your librairy, using the command libtool is forbidden.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published