pasqualerossi / 42-School-Exam-Rank-02

First 42 School Exam
648 stars 111 forks source link

changed ft_strspn.c, more simple, shorter and without sub-functions #89

Open ProssimoCentauro opened 5 days ago

ProssimoCentauro commented 5 days ago

instead of using strchr as a sub-function, this model uses only one while loop with simple conditions and increment a counter