mempcpy.S 79 B

123
  1. #define __memcpy __mempcpy
  2. #include "memcpy.S"
  3. strong_alias(__mempcpy,mempcpy)