πππππππ π¨ππππππ !?
πππππππ π¨ππππππ !?
exercises: `ft_swapcases`, `title`, and `interval_spaces`. ## Table of Contents 1. [ft_swapcases](#ft_swapcases) 2. [title](#title) 3. [interval_spaces](#interval_spaces) ## ft_swapcases ### Assignment Name: `ft_swapcases` **Objective:** Write a program that takes a string as...
When running the minishell project and exiting the shell, Valgrind reports that there are 2 bytes still in use in 1 block of memory. No memory errors or leaks are...
```c #include int ft_isspace(char c) { return (c == ' ' || c == '\n' || c == '\t'); } char **ft_split(char *str) { int index; char **arr; int i;...
```bash /usr/include/c++/11/type_traits: In instantiation of βstruct std::is_nothrow_move_constructibleβ: /usr/include/c++/11/type_traits:152:12: required from βstruct std::__and_β /usr/include/c++/11/type_traits:2678:48: required from βstd::_Require std::swap(_Tp&, _Tp&) [with _Tp = std::_Any_data; std::_Require = void]β /usr/include/c++/11/bits/std_function.h:557:11: required from βvoid std::function::swap(std::function&)...