Go to the source code of this file.
Definition at line 11 of file ext1c.c.
00012 { 00013 int k; 00014 for (k = 0; k < *n; ++k) 00015 { 00016 c[k] = a[k] + b[k]; 00017 } 00018 return(0); 00019 }