Skip to content

Fixed header syntax error in complexComp.c and qsort.c

Isaac Percy (ikp273) requested to merge master into main

#include <qsort.h> changed to: #include "qsort.h"

Merge request reports

Loading