This repository contains a C file that prints the current SUT.
To run SUT.c simply make the executable file and run it with the following commands.
make
./sut
This utility was created based on a specification by Nico Schottelius.
The Original Proposal: http://www.nico.schottelius.org/docs/sut/
The Javascript Implementation: http://telmich.github.io/sut/
This is licenced under the GPL-3.0 licence. (Think it should be a different licence? send me a message).