Hacking_in_C_Assignments/Assignment 2/exercise3.h

3 lines
71 B
C

void addvector(int *r, const int *a, const int *b, unsigned int len);