diff options
| author | Charles <sircharlesaze@gmail.com> | 2019-11-21 02:53:41 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2019-11-21 04:03:13 +0100 |
| commit | ee4b8e5e481850c936c5df10a0d3e70038234754 (patch) | |
| tree | 5e569b3ebc2bdcafdbd06fef99f32207da29d4ee /README.md | |
| parent | afc8c70a66773563f6e7429b500abcbab631722b (diff) | |
| download | libft-ee4b8e5e481850c936c5df10a0d3e70038234754.tar.gz libft-ee4b8e5e481850c936c5df10a0d3e70038234754.tar.bz2 libft-ee4b8e5e481850c936c5df10a0d3e70038234754.zip | |
WIP: adding ft_*printf
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,6 +2,6 @@ The state of this repo when I pass can be checked with the [raw](http://github.com/HappyTramp/libft/tree/raw) tag. -I have both the pre 2019 and current functions. There is also my [get\_nex\_line](http://github.com/HappyTramp/get_next_line) in the mix. +I have both the pre 2019 and current functions. There is also my [get\_nex\_line](http://github.com/HappyTramp/get_next_line) and [ft\_printf](http://github.com/HappyTramp/ft_printf) in the mix. The [rendu](http://github.com/HappyTramp/libft/tree/rendu) branch is the one I use for my other projects, it doesnt contain .gitignore, README.md and subjects. |
