From de39a41da62c4b3820b4805ddb7c4970c36bc257 Mon Sep 17 00:00:00 2001 From: "Rafael G. Martins" Date: Sat, 18 Apr 2015 17:17:37 -0300 Subject: added loader, error handling and cli. tests needed --- src/output.h | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 src/output.h (limited to 'src/output.h') diff --git a/src/output.h b/src/output.h deleted file mode 100644 index 6995324..0000000 --- a/src/output.h +++ /dev/null @@ -1,17 +0,0 @@ -/* - * blogc: A blog compiler. - * Copyright (C) 2015 Rafael G. Martins - * - * This program can be distributed under the terms of the BSD License. - * See the file COPYING. - */ - -#ifndef _OUTPUT_H -#define _OUTPUT_H - -#include - -void blogc_parser_syntax_error(const char *name, const char *src, - size_t src_len, size_t current); - -#endif /* _OUTPUT_H */ -- cgit v1.2.3-18-g5258