Skip to content

Deduplicate memcpy, memmove, memset and memcmp functions

Jeremy Soller requested to merge jaje:externs into master

Created by: jaje

Since core::mem::size_of is constant function there is no need for them to be duplicated.

Merge request reports