Skip to content

Add implementations of memchr and memccpy

Jeremy Soller requested to merge Tommoa:master into master

Created by: Tommoa

The implementations in the pull request aren't based on musl as per #51 (closed), as musl does some checking with alignment. I've also added some tests.

Merge request reports