Automatic add

This commit is contained in:
Timo Schmidt 2023-03-28 17:42:17 +02:00
parent 848087603e
commit e6d089ba42
1 changed files with 1 additions and 3 deletions

View File

@ -6,12 +6,10 @@
/* By: tischmid <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/03/24 02:23:28 by tischmid #+# #+# */
/* Updated: 2023/03/24 03:18:35 by tischmid ### ########.fr */
/* Updated: 2023/03/28 17:42:14 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
#include <stdio.h>
char *ft_strstr(char *str, char *to_find)
{
int offset;