An implementation of the Ackermann function in the C programming language
This implements the Ackermann function (https://en.wikipedia.org/wiki/Ackermann_function), a computable but not primitive recursive function.
Compiled with the gcc compiler: gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5).