fix: update function name

This commit is contained in:
2025-09-30 19:01:09 +02:00
parent 421a91d4de
commit afc50a3718
2 changed files with 23 additions and 23 deletions

View File

@@ -1,6 +1,6 @@
#include "libft.h"
size_t strlen(const char *s)
size_t ft_strlen(const char *s)
{
size_t i;