index
:
ft_printf.git
master
School project: Rewritting ft_printf function
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ft_printf.h
blob: f3c09ab9fec343ece0cd6b8f0bf86f01bd5777cc (
plain
)
1
2
3
4
5
6
#ifndef FT_PRINTF_H
# define FT_PRINTF_H
int
ft_printf
(
const char
*
format
, ...);
#endif