From 2eee382a62a909d5a3f2f5eda94f30fe68fd5335 Mon Sep 17 00:00:00 2001 From: "kr.angelov" Date: Fri, 20 Jan 2012 13:41:10 +0000 Subject: initial import of the C runtime --- src/runtime/c/pgf/panic.c | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 src/runtime/c/pgf/panic.c (limited to 'src/runtime/c/pgf/panic.c') diff --git a/src/runtime/c/pgf/panic.c b/src/runtime/c/pgf/panic.c deleted file mode 100644 index 2a8553a83..000000000 --- a/src/runtime/c/pgf/panic.c +++ /dev/null @@ -1,8 +0,0 @@ -#include "panic.h" -#include - -void __pgf_panic(char *msg) { - printf("%s\n",msg); - fflush(stdout); - exit(1); -} -- cgit v1.2.3