Add guardians to expression_debug.

Change-Id: Ib26af781c2bd18b394bf5ebc46085a03523140ef
This commit is contained in:
Felix Raimundo
2016-04-25 12:27:15 +02:00
parent ff275170cb
commit 10f69db5bb

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