From a9bf621b288ef47b3b461adefbd0ef006ebc74d5 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 25 Jun 2016 03:06:59 +0200 Subject: debug: move debug functions to separated file --- src/debug.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/debug.h (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h new file mode 100644 index 0000000..cd454d4 --- /dev/null +++ b/src/debug.h @@ -0,0 +1,16 @@ +/* + * blogc: A blog compiler. + * Copyright (C) 2015-2016 Rafael G. Martins + * + * This program can be distributed under the terms of the BSD License. + * See the file LICENSE. + */ + +#ifndef ___DEBUG_H +#define ___DEBUG_H + +#include "utils.h" + +void blogc_debug_template(sb_slist_t *stmts); + +#endif /* ___DEBUG_H */ -- cgit v1.2.3-18-g5258