mirror of
https://github.com/guezoloic/libft.git
synced 2026-01-25 01:34:15 +00:00
fix: update function name
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "libft.h"
|
||||
|
||||
size_t strlen(const char *s)
|
||||
size_t ft_strlen(const char *s)
|
||||
{
|
||||
size_t i;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user