Skip to content

Use memcmp and memcpy

Raul Fernandes requested to merge rgfernandes/libx11:use_memcpy_memcmp into master

These 2 parts could be replaced by memcpy and memcmp without modifying the behavior. As these functions is in ISO C standard, we can replace without losing compatibility too.

Edited by Raul Fernandes

Merge request reports