﻿To compile this program, use the following line in UNIX console:
gcc --std=c99 --pedantic -Wall -W -Wmissing-prototypes -lm -o quatrot quatrot.c

(this program use some math.h functions)