stpcpy.S 98 B

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