This commit is contained in:
Bora Zuenbuelkoek 2025-05-22 20:39:08 +02:00
parent 268160d975
commit 7f99fb7eee
2 changed files with 3 additions and 1 deletions

View File

@ -23,4 +23,6 @@ int main() {
freeComplex(sum); freeComplex(diff);
freeComplex(prod); freeComplex(quot);
return 0;
}
}
//gcc TestComplex.c -L. -lcomplex -o TestComplex

BIN
a.exe

Binary file not shown.