Evaluates the expression expr and if it's FALSE or NULL, then printf a message and stops the program. The message will contain the expression, the name of the file with the assert in it and the line in the file.
INPUTS
expr
The expression to evaluate. The type of the expression does not matter, only if its zero/NULL or not.