#include <math.h>
#include <string.h>
Include dependency graph for ext3c.c:
Go to the source code of this file.
Definition at line 18 of file ext3c.c.
00019 { 00020 static int k; 00021 if (strcmp(ch, "yes") == 0) 00022 { 00023 for (k = 0; k < *n; ++k) 00024 c[k] = sin(a[k]) + cos(b[k]); 00025 } 00026 else 00027 { 00028 for (k = 0; k < *n; ++k) 00029 c[k] = a[k] + b[k]; 00030 } 00031 return(0); 00032 }