RossComputerGuy/stardustos

View on GitHub
libraries/libc/src/string/memcmp.c

Summary

Maintainability
Test Coverage

The function memcmp is never used.
Invalid

int memcmp(const void *str1, const void *str2, size_t n) {
Severity: Minor
Found in libraries/libc/src/string/memcmp.c by cppcheck

The function memcmp is never used. (detailed CWE explanation)

There are no issues that match your filters.

Category
Status