π’€π’‚π’”π’”π’Šπ’π’† π‘¨π’‹π’‚π’ˆπ’“π’π’– !?

Results 4 issues of π’€π’‚π’”π’”π’Šπ’π’† π‘¨π’‹π’‚π’ˆπ’“π’π’– !?

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&)...