diff options
Diffstat (limited to 'misc.c')
| -rw-r--r-- | misc.c | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -0,0 +1,17 @@ +/* Miscellaneous C routines for 680 project. + * + * Error handling, for now. + * + * Copyright 2010, Duncan Smith + * GPL + */ + +#include <tigcclib.h> +#include "asm_vars.h" + +/* SOMETHING WENT HORRIBLY HORRIBLY WRONG + */ +void throw_error(char *message) +{ + return; +} |
