1da177e4c3f4
8d8706e2f86d
1 2 3
4
5
6 7
8
/* Yeah. We have copyright on this one. Sure. */ void rio_pcicopy(char *from, char *to, int amount) { while (amount--) *to++ = *from++; }