The code examples provided, are for illustrative purposes, and we have on purpose used as little "computer science" as possible.  Don't take these examples as an indication of the state of art of programming skills at ENTROP-X !  We used the simplest possible programming in C, with very little optimisation on the side of code execution and with essentially no taking into account re-usability, and, as said before, with the strict minimum of code sophistication possible to get a working example.

So this code is nor highly efficient, nor well-structured.  But it is extremely simple conceptually.  The computer is used as a "big hand calculator".

You can find the code files on Github.