This is just a simple program written in order to test a simple literate programming tool we are designing. In it, sections will receive parameters.
|
We use stdlib.h for exit and EXIT_SUCCESS
|
This code is used in order to check that "value" is nonzero. This will help a lot while debugging our code.
|
This function returns a value between 0 and x. x cannot be 0.
|
This is the main function.
|