7 lines
94 B
C
7 lines
94 B
C
#pragma once
|
|
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
|
|
extern size_t ft_strlen(const char *s);
|