strcpy.S 274 B

1234567891011121314
  1. /*
  2. * Copyright (C) 2017 Hangzhou C-SKY Microsystems co.,ltd.
  3. *
  4. * Licensed under the LGPL v2.1 or later, see the file COPYING.LIB
  5. * in this tarball.
  6. */
  7. #include <features.h>
  8. #ifdef __CSKYABIV2__
  9. #include "cskyv2/abiv2_strcpy.S"
  10. #else
  11. #include "cskyv1/strcpy.S"
  12. #endif