ft_strlen not strlen
This commit is contained in:
parent
f47c522343
commit
182fa5576b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#include "libft.h"
|
#include "libft.h"
|
||||||
|
|
||||||
size_t strlen(const char *s)
|
size_t ft_strlen(const char *s)
|
||||||
{
|
{
|
||||||
int i;
|
int i;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue