yyang42 / moulitest

This repository contains tests for several projects done at 42.
127 stars 37 forks source link

fix strcpy test #89

Open buiquanghuy23103 opened 2 years ago

buiquanghuy23103 commented 2 years ago

ft_strcpy should operate on a different buff than the original strcpy. Otherwise, the test makes no sense.