stpcpy.S 96 B

1234
  1. #define USE_AS_STPCPY
  2. #define STRCPY __stpcpy
  3. #include "strcpy.S"
  4. strong_alias(__stpcpy,stpcpy)