about summary refs log tree commit diff
path: root/string/memcmpeq.c
Commit message (Collapse)AuthorAgeFilesLines
* String: Add __memcmpeq as build targetNoah Goldstein2021-10-271-0/+24
No bug. This commit just adds __memcmpeq as a build target so that implementations for __memcmpeq that are not just aliases to memcmp can be supported.