Documentation
1
2
void add_vec(int *a, int *b, int *c, int n);
void mul_vec(int *a, int *b, int *c, int n);