halo
This commit is contained in:
parent
268160d975
commit
7f99fb7eee
@ -23,4 +23,6 @@ int main() {
|
|||||||
freeComplex(sum); freeComplex(diff);
|
freeComplex(sum); freeComplex(diff);
|
||||||
freeComplex(prod); freeComplex(quot);
|
freeComplex(prod); freeComplex(quot);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//gcc TestComplex.c -L. -lcomplex -o TestComplex
|
||||||
Loading…
x
Reference in New Issue
Block a user