m3dev

cortex m3 debug tools -- superceded by mdebug
git clone http://frotz.net/git/m3dev.git
Log | Files | Refs | README | LICENSE

string.h (118B)


      1 
      2 void *memcpy(void *s1, const void *s2, int n);
      3 void *memset(void *b, int c, int len);
      4 void strcpy(char *d, char *s);