Merge "Add guardians to expression_debug."

This commit is contained in:
Félix Raimundo
2016-04-25 17:48:35 +02:00
committed by Gerrit

View File

@@ -1,3 +1,8 @@
#ifndef POICARE_EXPRESSION_DEBUG_H
#define POICARE_EXPRESSION_DEBUG_H
#include <poincare/expression.h>
void print_expression(const Expression * e, int indentationLevel = 0);
#endif // POICARE_EXPRESSION_DEBUG_H