We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d44278 commit 4e7892bCopy full SHA for 4e7892b
includes/libft.h
@@ -6,7 +6,7 @@
6
/* By: amalsago <[email protected]> +#+ +:+ +#+ */
7
/* +#+#+#+#+#+ +#+ */
8
/* Created: 2018/11/09 12:05:58 by amalsago #+# #+# */
9
-/* Updated: 2020/02/29 14:21:10 by amalsago ### ########.fr */
+/* Updated: 2020/03/09 12:08:54 by amalsago ### ########.fr */
10
/* */
11
/* ************************************************************************** */
12
@@ -34,7 +34,7 @@ typedef struct s_list
34
*/
35
36
int ft_atoi(const char *str);
37
-long long int ft_atolli(const char *str);
+long long int ft_atolli(const char *str);
38
int *ft_ca2ia(char **char_array);
39
char *ft_ftoa_static(double number, unsigned int precision);
40
char *ft_itoa(int n);
0 commit comments