start of excution implementation

This commit is contained in:
2023-02-09 18:47:05 +01:00
parent 4258c1da62
commit 1a04f73b49
48 changed files with 312 additions and 51 deletions

View File

@ -12,7 +12,7 @@
#include "extra.h"
char *ft_strndup(char *src, size_t n)
char *ft_strndup(const char *src, size_t n)
{
char *out;
size_t i;