Informatics

Compiling complex numbers in C on a Solaris 9 platform

In a previous post I introduced “circle“, an app for analysing byte statistics in files in a visual way. Being a very small C99 project, I tried to compile it in an old Solaris 9 platform (SPARC processor), and noticed that I couldn’t find <complex.h> anywhere in the machine. The only clue I’ve found about … Continue reading