diff options
| author | Charles <sircharlesaze@gmail.com> | 2020-02-14 03:46:08 +0100 |
|---|---|---|
| committer | Charles <sircharlesaze@gmail.com> | 2020-02-14 03:46:08 +0100 |
| commit | 9af2885d872de9c60b11159efe0685738031096d (patch) | |
| tree | 813183555eae5d0a84f11d7be3178d07b3d5f9d9 /src/io/ft_getchar.c | |
| parent | adbcf69ed50ea3896d4bbe863ea5d214ae5a0299 (diff) | |
| download | libft-9af2885d872de9c60b11159efe0685738031096d.tar.gz libft-9af2885d872de9c60b11159efe0685738031096d.tar.bz2 libft-9af2885d872de9c60b11159efe0685738031096d.zip | |
Added documentation for all functions and refactored ft_strjoin_free -> ft_strjoinf
Diffstat (limited to 'src/io/ft_getchar.c')
| -rw-r--r-- | src/io/ft_getchar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/io/ft_getchar.c b/src/io/ft_getchar.c index 54b44d4..9d233c0 100644 --- a/src/io/ft_getchar.c +++ b/src/io/ft_getchar.c @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/01/18 10:29:54 by cacharle #+# #+# */ -/* Updated: 2020/01/18 10:46:56 by cacharle ### ########.fr */ +/* Updated: 2020/02/14 02:24:56 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ |
