A collection of recreations of many usefull functions found in some basic c libraries, including libc. They mimic the original functions behaviour in all aspects, even in undefined behaviours or errors. "man " for details about each functions expected behaviour.
mikechatzis/Libft42
A collection of recreations of many usefull functions found in some basic c libraries, including libc. They mimic the original functions behaviour in all aspects, even in undefined behaviours or errors.
C